DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_MISC_CD

Line 975: temp_num := arp_misc_cd.ins_misc_cash_distributions

971: --Use the old Cash_receipt_history_id HYUHYU
972: old_misc.cash_receipt_history_id := old_reverse_crh_id;
973: END IF;
974:
975: temp_num := arp_misc_cd.ins_misc_cash_distributions
976: (new_adj.last_updated_by,
977: new_adj.last_update_date,
978: new_adj.last_update_login,
979: new_adj.created_by,

Line 1038: arp_misc_cd.upd_reversal_gl_date

1034:
1035: /*----------------------------------*
1036: | Update the Reversed Distribution |
1037: *----------------------------------*/
1038: arp_misc_cd.upd_reversal_gl_date
1039: (old_misc.misc_cash_distribution_id,
1040: GREATEST(new_adj.gl_Date,old_misc.gl_date),
1041: new_adj.last_updated_by,
1042: new_adj.last_update_date,

Line 1065: temp_num := arp_misc_cd.ins_misc_cash_distributions

1061:
1062: /*-----------------------------*
1063: | Insert the new Distribution |
1064: *-----------------------------*/
1065: temp_num := arp_misc_cd.ins_misc_cash_distributions
1066: (new_adj.last_updated_by,
1067: new_adj.last_update_date,
1068: new_adj.last_update_login,
1069: new_adj.created_by,