DBA Data[Home] [Help]

APPS.CE_BAT_API dependencies on CE_SYSTEM_PARAMETERS

Line 53: G_sp_authorize_flag CE_SYSTEM_PARAMETERS.authorization_bat%TYPE := NULL;

49: G_proposed_as_of_date DATE := NULL;
50: G_proposed_transfer_amount CE_PROPOSED_TRANSFERS.transfer_amount%TYPE := NULL;
51:
52: -- System parameters
53: G_sp_authorize_flag CE_SYSTEM_PARAMETERS.authorization_bat%TYPE := NULL;
54:
55: -- Transfer
56: G_bat_payment_offset_ccid CE_PAYMENT_TRANSACTIONS.payment_offset_ccid%TYPE := NULL;
57: G_bat_receipt_offset_ccid CE_PAYMENT_TRANSACTIONS.receipt_offset_ccid%TYPE := NULL;

Line 196: ce_system_parameters sp

192: FROM
193: ce_bank_accounts ba,
194: xle_entity_profiles xfp,
195: hz_party_sites hps,
196: ce_system_parameters sp
197: WHERE
198: ba.bank_account_id = p_cs_bank_account_id
199: AND xfp.legal_entity_id = ba.account_owner_org_id
200: AND sp.legal_entity_id(+)= xfp.legal_entity_id