DBA Data[Home] [Help]

APPS.CE_ZBA_DEAL_GENERATION dependencies on CE_LEVELING_UTILS

Line 725: cp_match_bool := CE_LEVELING_UTILS.Match_Cashpool(

721: cep_standard.debug('p_trx_type=>'||CE_ZBA_DEAL_GENERATION.csl_trx_type);
722: cep_standard.debug('p_trx_date=>'||CE_ZBA_DEAL_GENERATION.csl_trx_date);
723: cep_standard.debug('p_offset_bank_account_id='||x_offset_bank_account_id);
724: cep_standard.debug('p_cashpool_id='||x_cashpool_id);
725: cp_match_bool := CE_LEVELING_UTILS.Match_Cashpool(
726: p_header_bank_account_id => CE_ZBA_DEAL_GENERATION.csh_bank_account_id,
727: p_offset_bank_account_num => CE_ZBA_DEAL_GENERATION.csl_bank_account_text,
728: p_trx_type => CE_ZBA_DEAL_GENERATION.csl_trx_type,
729: p_trx_date => CE_ZBA_DEAL_GENERATION.csl_trx_date,

Line 803: CE_LEVELING_UTILS.Generate_Fund_Transfer(

799: CE_ZBA_DEAL_GENERATION.csh_bank_account_id;
800: CE_ZBA_DEAL_GENERATION.p_to_bank_account_id :=
801: CE_ZBA_DEAL_GENERATION.p_offset_bank_account_id;
802:
803: CE_LEVELING_UTILS.Generate_Fund_Transfer(
804: X_from_bank_account_id => CE_ZBA_DEAL_GENERATION.p_from_bank_account_id,
805: X_to_bank_account_id => CE_ZBA_DEAL_GENERATION.p_to_bank_account_id,
806: X_cashpool_id => CE_ZBA_DEAL_GENERATION.p_cashpool_id,
807: X_amount => CE_ZBA_DEAL_GENERATION.csl_amount,