Operation Details
Description: Retrieves a count of instruction line items associated with the specified financial component.
Sterotype: ns
SQL
SELECT COUNT(financialCompID) INTO :numberOfRecords FROM InstructionLineItem WHERE financialCompID=:financialCompID;