DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_MISC_CD

Line 979: temp_num := arp_misc_cd.ins_misc_cash_distributions

975: --Use the old Cash_receipt_history_id HYUHYU
976: old_misc.cash_receipt_history_id := old_reverse_crh_id;
977: END IF;
978:
979: temp_num := arp_misc_cd.ins_misc_cash_distributions
980: (new_adj.last_updated_by,
981: new_adj.last_update_date,
982: new_adj.last_update_login,
983: new_adj.created_by,

Line 1051: arp_misc_cd.upd_reversal_gl_date

1047:
1048: /*----------------------------------*
1049: | Update the Reversed Distribution |
1050: *----------------------------------*/
1051: arp_misc_cd.upd_reversal_gl_date
1052: (old_misc.misc_cash_distribution_id,
1053: GREATEST(new_adj.gl_Date,old_misc.gl_date),
1054: new_adj.last_updated_by,
1055: new_adj.last_update_date,

Line 1078: temp_num := arp_misc_cd.ins_misc_cash_distributions

1074:
1075: /*-----------------------------*
1076: | Insert the new Distribution |
1077: *-----------------------------*/
1078: temp_num := arp_misc_cd.ins_misc_cash_distributions
1079: (new_adj.last_updated_by,
1080: new_adj.last_update_date,
1081: new_adj.last_update_login,
1082: new_adj.created_by,