DBA Data[Home] [Help]

APPS.AR_REVENUEADJUST_PUB dependencies on AR_REVENUE_MANAGEMENT_PVT

Line 678: li_desc_flexfield ar_revenue_management_pvt.desc_flexfield;

674: 'Record_Customer_Acceptance';
675: l_api_version CONSTANT NUMBER := 2.0;
676: l_org_return_status VARCHAR2(1);
677: l_org_id NUMBER;
678: li_desc_flexfield ar_revenue_management_pvt.desc_flexfield;
679: lo_scenario NUMBER;
680: lo_first_rev_adj_id NUMBER;
681: lo_last_rev_adj_id NUMBER;
682: l_scenario VARCHAR2(128);

Line 973: ar_revenue_management_pvt.update_line_conts(

969: ' cont_id:' || cont.contingency_id ||
970: ' expiration_date:' || l_expiration_date);
971: END IF;
972:
973: ar_revenue_management_pvt.update_line_conts(
974: p_customer_trx_line_id => cont.customer_trx_line_id
975: ,p_contingency_id => cont.contingency_id
976: ,p_expiration_date => l_expiration_date
977: ,p_expiration_event_date => cont.expiration_event_date

Line 985: ar_revenue_management_pvt.revenue_synchronizer(

981:
982: END LOOP;
983:
984: /* Now synch up the revenue for any expired contingencies */
985: ar_revenue_management_pvt.revenue_synchronizer(
986: p_mode => 3
987: , p_customer_trx_id => p_customer_trx_id
988: , p_customer_trx_line_id => p_customer_trx_line_id
989: , p_gl_date => NULL