DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_EXTERNAL_PAYEES_ALL

Line 713: IBY_EXTERNAL_PAYEES_ALL payee

709: SELECT
710: payee.ext_payee_id,
711: payee.payment_format_code
712: FROM
713: IBY_EXTERNAL_PAYEES_ALL payee
714: WHERE
715: payee.payment_format_code IS NOT NULL
716: ;
717:

Line 1084: * -1. The user is expected to seed the IBY_EXTERNAL_PAYEES_ALL

1080: * ext payee id for the document, then the ext payee id
1081: * would be set to -1 for that document.
1082: *
1083: * Fail all document that have the ext payee id set to
1084: * -1. The user is expected to seed the IBY_EXTERNAL_PAYEES_ALL
1085: * table such that the ext payee id is always available for
1086: * payee context on the document (otherwise, the
1087: * document cannot be paid!).
1088: */

Line 6149: l_payee_format_cd IBY_EXTERNAL_PAYEES_ALL.payment_format_code%TYPE;

6145: l_return_flag BOOLEAN := FALSE;
6146: l_module_name CONSTANT VARCHAR2(200)
6147: := G_PKG_NAME || '.checkProfileFormatCompat';
6148:
6149: l_payee_format_cd IBY_EXTERNAL_PAYEES_ALL.payment_format_code%TYPE;
6150:
6151: BEGIN
6152:
6153: print_debuginfo(l_module_name, 'ENTER');