DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_PAY_INSTRUCTIONS_ALL

Line 186: ins_id IBY_PAY_INSTRUCTIONS_ALL.

182: payer_bank_acc_cur_code CE_BANK_ACCOUNTS.currency_code%TYPE -- Internal Bank Account Currency Code
183: );
184:
185: TYPE instructionRecType is RECORD (
186: ins_id IBY_PAY_INSTRUCTIONS_ALL.
187: payment_instruction_id%TYPE,
188: ins_amount NUMBER,
189: ins_document_count NUMBER
190: );

Line 751: p_instruction_id IN IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%type,

747: | NOTES:
748: |
749: *---------------------------------------------------------------------*/
750: PROCEDURE initInstructionData (
751: p_instruction_id IN IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%type,
752: x_instruction_rec IN OUT NOCOPY instructionRecType
753: );
754:
755: /*--------------------------------------------------------------------