DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_PAY_INSTRUCTIONS_ALL

Line 172: ins_id IBY_PAY_INSTRUCTIONS_ALL.

168: party_address_postal_code IBY_PP_FIRST_PARTY_V.party_address_postal_code%TYPE -- Payer Postal Code (added by sodash)
169: );
170:
171: TYPE instructionRecType is RECORD (
172: ins_id IBY_PAY_INSTRUCTIONS_ALL.
173: payment_instruction_id%TYPE,
174: ins_amount NUMBER,
175: ins_document_count NUMBER
176: );

Line 712: p_instruction_id IN IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%type,

708: | NOTES:
709: |
710: *---------------------------------------------------------------------*/
711: PROCEDURE initInstructionData (
712: p_instruction_id IN IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%type,
713: x_instruction_rec IN OUT NOCOPY instructionRecType
714: );
715:
716: /*--------------------------------------------------------------------