DBA Data[Home] [Help]

APPS.IBY_FNDCPT_TRXN_PUB dependencies on STANDARD

Line 1674: -- not be null'd out; note that GSCC standard File.Sql.48

1670:
1671:
1672: --
1673: -- trxn attrib validation ensures that required columns will
1674: -- not be null'd out; note that GSCC standard File.Sql.48
1675: -- defines NULL values as missing and G_MISS_XXX values
1676: -- as an intention to NULL-out
1677: --
1678: -- test_debug('p_trxn_attribs.Instrument_Security_Code: '||p_trxn_attribs.Instrument_Security_Code);

Line 4505: -- Standard call to check for call compatibility.

4501:
4502:
4503: SAVEPOINT create_settlements_pub;
4504:
4505: -- Standard call to check for call compatibility.
4506: IF NOT FND_API.Compatible_API_Call(l_api_version,
4507: p_api_version,
4508: l_api_name,
4509: G_PKG_NAME) THEN

Line 4766: decode(orders.remit_method_code, ''STANDARD'', ''N'', ''FACTORING'', ''Y'', ''STANDARD_AND_FACTORING'', ''Y'', ''N'') auth_factored_flag,

4762: auth.legal_entity_id auth_legal_entity_id,
4763: auth.settlement_due_date auth_settlement_due_date,
4764: auth.bill_to_address_id auth_bill_to_address_id,
4765: auth.br_maturity_date auth_br_maturity_date,
4766: decode(orders.remit_method_code, ''STANDARD'', ''N'', ''FACTORING'', ''Y'', ''STANDARD_AND_FACTORING'', ''Y'', ''N'') auth_factored_flag,
4767: auth_payer.payment_function auth_payment_function,
4768: auth_payer.party_id auth_payer_party_id,
4769: auth_payer.cust_account_id auth_cust_account_id,
4770: auth_payer.acct_site_use_id auth_acct_site_use_id,