DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on IBY_PAYMENT_PROFILES

Line 1318: profile_id IBY_PAYMENT_PROFILES.

1314: --
1315: -- Record to format linked to each profile.
1316: --
1317: TYPE profileFormatRecType IS RECORD (
1318: profile_id IBY_PAYMENT_PROFILES.
1319: payment_profile_id%TYPE,
1320: payment_format_cd IBY_PAYMENT_PROFILES.
1321: payment_format_code%TYPE,
1322: bepid IBY_PAYMENT_PROFILES.

Line 1320: payment_format_cd IBY_PAYMENT_PROFILES.

1316: --
1317: TYPE profileFormatRecType IS RECORD (
1318: profile_id IBY_PAYMENT_PROFILES.
1319: payment_profile_id%TYPE,
1320: payment_format_cd IBY_PAYMENT_PROFILES.
1321: payment_format_code%TYPE,
1322: bepid IBY_PAYMENT_PROFILES.
1323: bepid%TYPE,
1324: transmit_protocol_cd IBY_PAYMENT_PROFILES.

Line 1322: bepid IBY_PAYMENT_PROFILES.

1318: profile_id IBY_PAYMENT_PROFILES.
1319: payment_profile_id%TYPE,
1320: payment_format_cd IBY_PAYMENT_PROFILES.
1321: payment_format_code%TYPE,
1322: bepid IBY_PAYMENT_PROFILES.
1323: bepid%TYPE,
1324: transmit_protocol_cd IBY_PAYMENT_PROFILES.
1325: transmit_protocol_code%TYPE
1326: );

Line 1324: transmit_protocol_cd IBY_PAYMENT_PROFILES.

1320: payment_format_cd IBY_PAYMENT_PROFILES.
1321: payment_format_code%TYPE,
1322: bepid IBY_PAYMENT_PROFILES.
1323: bepid%TYPE,
1324: transmit_protocol_cd IBY_PAYMENT_PROFILES.
1325: transmit_protocol_code%TYPE
1326: );
1327:
1328: --

Line 1702: IBY_PAYMENT_PROFILES.processing_type%TYPE,

1698: IBY_PMT_CREATION_RULES.group_by_payment_reason%TYPE,
1699: pmt_due_date_flag
1700: IBY_PMT_CREATION_RULES.group_by_due_date_flag%TYPE,
1701: processing_type
1702: IBY_PAYMENT_PROFILES.processing_type%TYPE,
1703: decl_option
1704: IBY_PAYMENT_PROFILES.declaration_option%TYPE,
1705: decl_only_fx_flag
1706: IBY_PAYMENT_PROFILES.dcl_only_foreign_curr_pmt_flag%TYPE,

Line 1704: IBY_PAYMENT_PROFILES.declaration_option%TYPE,

1700: IBY_PMT_CREATION_RULES.group_by_due_date_flag%TYPE,
1701: processing_type
1702: IBY_PAYMENT_PROFILES.processing_type%TYPE,
1703: decl_option
1704: IBY_PAYMENT_PROFILES.declaration_option%TYPE,
1705: decl_only_fx_flag
1706: IBY_PAYMENT_PROFILES.dcl_only_foreign_curr_pmt_flag%TYPE,
1707: decl_curr_fx_rate_type
1708: IBY_PAYMENT_PROFILES.declaration_curr_fx_rate_type%TYPE,

Line 1706: IBY_PAYMENT_PROFILES.dcl_only_foreign_curr_pmt_flag%TYPE,

1702: IBY_PAYMENT_PROFILES.processing_type%TYPE,
1703: decl_option
1704: IBY_PAYMENT_PROFILES.declaration_option%TYPE,
1705: decl_only_fx_flag
1706: IBY_PAYMENT_PROFILES.dcl_only_foreign_curr_pmt_flag%TYPE,
1707: decl_curr_fx_rate_type
1708: IBY_PAYMENT_PROFILES.declaration_curr_fx_rate_type%TYPE,
1709: decl_curr_code
1710: IBY_PAYMENT_PROFILES.declaration_currency_code%TYPE,

Line 1708: IBY_PAYMENT_PROFILES.declaration_curr_fx_rate_type%TYPE,

1704: IBY_PAYMENT_PROFILES.declaration_option%TYPE,
1705: decl_only_fx_flag
1706: IBY_PAYMENT_PROFILES.dcl_only_foreign_curr_pmt_flag%TYPE,
1707: decl_curr_fx_rate_type
1708: IBY_PAYMENT_PROFILES.declaration_curr_fx_rate_type%TYPE,
1709: decl_curr_code
1710: IBY_PAYMENT_PROFILES.declaration_currency_code%TYPE,
1711: decl_threshold_amount
1712: IBY_PAYMENT_PROFILES.declaration_threshold_amount%TYPE,

Line 1710: IBY_PAYMENT_PROFILES.declaration_currency_code%TYPE,

1706: IBY_PAYMENT_PROFILES.dcl_only_foreign_curr_pmt_flag%TYPE,
1707: decl_curr_fx_rate_type
1708: IBY_PAYMENT_PROFILES.declaration_curr_fx_rate_type%TYPE,
1709: decl_curr_code
1710: IBY_PAYMENT_PROFILES.declaration_currency_code%TYPE,
1711: decl_threshold_amount
1712: IBY_PAYMENT_PROFILES.declaration_threshold_amount%TYPE,
1713: max_payment_amount
1714: IBY_PAY_SERVICE_REQUESTS.maximum_payment_amount%TYPE,

Line 1712: IBY_PAYMENT_PROFILES.declaration_threshold_amount%TYPE,

1708: IBY_PAYMENT_PROFILES.declaration_curr_fx_rate_type%TYPE,
1709: decl_curr_code
1710: IBY_PAYMENT_PROFILES.declaration_currency_code%TYPE,
1711: decl_threshold_amount
1712: IBY_PAYMENT_PROFILES.declaration_threshold_amount%TYPE,
1713: max_payment_amount
1714: IBY_PAY_SERVICE_REQUESTS.maximum_payment_amount%TYPE,
1715: min_payment_amount
1716: IBY_PAY_SERVICE_REQUESTS.minimum_payment_amount%TYPE,

Line 2152: decl_option IBY_PAYMENT_PROFILES.

2148: --
2149: TYPE centralBankReportRecType IS RECORD (
2150: payment_id IBY_PAYMENTS_ALL.
2151: payment_id%TYPE,
2152: decl_option IBY_PAYMENT_PROFILES.
2153: declaration_option%TYPE,
2154: decl_only_fx_flag IBY_PAYMENT_PROFILES.
2155: dcl_only_foreign_curr_pmt_flag%TYPE,
2156: decl_curr_fx_rate_type IBY_PAYMENT_PROFILES.

Line 2154: decl_only_fx_flag IBY_PAYMENT_PROFILES.

2150: payment_id IBY_PAYMENTS_ALL.
2151: payment_id%TYPE,
2152: decl_option IBY_PAYMENT_PROFILES.
2153: declaration_option%TYPE,
2154: decl_only_fx_flag IBY_PAYMENT_PROFILES.
2155: dcl_only_foreign_curr_pmt_flag%TYPE,
2156: decl_curr_fx_rate_type IBY_PAYMENT_PROFILES.
2157: declaration_curr_fx_rate_type%TYPE,
2158: decl_curr_code IBY_PAYMENT_PROFILES.

Line 2156: decl_curr_fx_rate_type IBY_PAYMENT_PROFILES.

2152: decl_option IBY_PAYMENT_PROFILES.
2153: declaration_option%TYPE,
2154: decl_only_fx_flag IBY_PAYMENT_PROFILES.
2155: dcl_only_foreign_curr_pmt_flag%TYPE,
2156: decl_curr_fx_rate_type IBY_PAYMENT_PROFILES.
2157: declaration_curr_fx_rate_type%TYPE,
2158: decl_curr_code IBY_PAYMENT_PROFILES.
2159: declaration_currency_code%TYPE,
2160: decl_threshold_amount IBY_PAYMENT_PROFILES.

Line 2158: decl_curr_code IBY_PAYMENT_PROFILES.

2154: decl_only_fx_flag IBY_PAYMENT_PROFILES.
2155: dcl_only_foreign_curr_pmt_flag%TYPE,
2156: decl_curr_fx_rate_type IBY_PAYMENT_PROFILES.
2157: declaration_curr_fx_rate_type%TYPE,
2158: decl_curr_code IBY_PAYMENT_PROFILES.
2159: declaration_currency_code%TYPE,
2160: decl_threshold_amount IBY_PAYMENT_PROFILES.
2161: declaration_threshold_amount%TYPE
2162: );

Line 2160: decl_threshold_amount IBY_PAYMENT_PROFILES.

2156: decl_curr_fx_rate_type IBY_PAYMENT_PROFILES.
2157: declaration_curr_fx_rate_type%TYPE,
2158: decl_curr_code IBY_PAYMENT_PROFILES.
2159: declaration_currency_code%TYPE,
2160: decl_threshold_amount IBY_PAYMENT_PROFILES.
2161: declaration_threshold_amount%TYPE
2162: );
2163:
2164: --