DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on IBY_REMIT_ADVICE_SETUP

Line 1114: -- the IBY_REMIT_ADVICE_SETUP table

1110: INDEX BY BINARY_INTEGER;
1111:
1112: --
1113: -- This record stores some elements of a row from
1114: -- the IBY_REMIT_ADVICE_SETUP table
1115: --
1116: TYPE remitAdviceRec IS RECORD (
1117: payment_profile_cd
1118: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,

Line 1118: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,

1114: -- the IBY_REMIT_ADVICE_SETUP table
1115: --
1116: TYPE remitAdviceRec IS RECORD (
1117: payment_profile_cd
1118: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,
1119: doc_count_limit
1120: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,
1121: pmt_details_len_limit
1122: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE

Line 1120: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,

1116: TYPE remitAdviceRec IS RECORD (
1117: payment_profile_cd
1118: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,
1119: doc_count_limit
1120: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,
1121: pmt_details_len_limit
1122: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE
1123: );
1124:

Line 1122: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE

1118: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,
1119: doc_count_limit
1120: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,
1121: pmt_details_len_limit
1122: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE
1123: );
1124:
1125: --
1126: -- Table of remittance advice records