DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on IBY_REMIT_ADVICE_SETUP

Line 1786: -- the IBY_REMIT_ADVICE_SETUP table

1782:
1783:
1784: --
1785: -- This record stores some elements of a row from
1786: -- the IBY_REMIT_ADVICE_SETUP table
1787: --
1788: TYPE remitAdviceRec IS RECORD (
1789: payment_profile_cd
1790: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,

Line 1790: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,

1786: -- the IBY_REMIT_ADVICE_SETUP table
1787: --
1788: TYPE remitAdviceRec IS RECORD (
1789: payment_profile_cd
1790: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,
1791: doc_count_limit
1792: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,
1793: pmt_details_len_limit
1794: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE,

Line 1792: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,

1788: TYPE remitAdviceRec IS RECORD (
1789: payment_profile_cd
1790: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,
1791: doc_count_limit
1792: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,
1793: pmt_details_len_limit
1794: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE,
1795: PAYMENT_DETAILS
1796: IBY_PAYMENTS_ALL.PAYMENT_DETAILS%TYPE,

Line 1794: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE,

1790: IBY_REMIT_ADVICE_SETUP.system_profile_code%TYPE,
1791: doc_count_limit
1792: IBY_REMIT_ADVICE_SETUP.document_count_limit%TYPE,
1793: pmt_details_len_limit
1794: IBY_REMIT_ADVICE_SETUP.payment_details_length_limit%TYPE,
1795: PAYMENT_DETAILS
1796: IBY_PAYMENTS_ALL.PAYMENT_DETAILS%TYPE,
1797: payment_id
1798: IBY_PAYMENTS_ALL.payment_id%TYPE,