DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on RLM_TPA_SV

Line 129: RLM_TPA_SV.get_setup_terms(

125: END IF;
126: --
127: -- Get the CUM Control Code from the setup terms table
128: --
129: RLM_TPA_SV.get_setup_terms(
130: x_ship_from_org_id => x_cum_key_record.ship_from_org_id,
131: x_customer_id => x_cum_key_record.customer_id,
132: x_ship_to_address_id => v_address_id,
133: x_customer_item_id => x_cum_key_record.customer_item_id,

Line 809: RLM_TPA_SV.CalculateCumKey (x_cum_key_record => x_cum_key_record,

805: -- Call calculate cum key api passing cum key records and cum records
806: --
807: g_manual_cum := TRUE; -- BugFix #4147544
808: --
809: RLM_TPA_SV.CalculateCumKey (x_cum_key_record => x_cum_key_record,
810: x_cum_record => x_cum_record);
811: x_msg_data := x_cum_record.msg_data;
812: x_record_return_status := x_cum_record.record_return_status;
813: x_cum_key_id := x_cum_record.cum_key_id;

Line 948: RLM_TPA_SV.get_setup_terms(

944: ELSIF x_cum_record.use_ship_incl_rule_flag = 'Y' THEN
945:
946: /* Get cum_shipment_rule_code and cum_yesterd_time_cutoff */
947: --
948: RLM_TPA_SV.get_setup_terms(
949: x_ship_from_org_id => x_cum_key_record.ship_from_org_id,
950: x_customer_id => x_cum_key_record.customer_id,
951: x_ship_to_address_id => x_cum_key_record.ship_to_address_id,
952: x_customer_item_id => x_cum_key_record.customer_item_id,

Line 1377: RLM_TPA_SV.CalculateSupplierCum (x_cum_key_record => x_cum_key_record,

1373: x_cum_record.last_update_date := x_last_update_date;
1374: x_cum_record.as_of_date_time := x_as_of_date_time;
1375: --
1376: -- Call calculate cum key api passing cum key records and cum records
1377: RLM_TPA_SV.CalculateSupplierCum (x_cum_key_record => x_cum_key_record,
1378: x_cum_record => x_cum_record);
1379: --
1380: x_msg_data := x_cum_record.msg_data;
1381: x_record_return_status := x_cum_record.record_return_status;

Line 1811: RLM_TPA_SV.get_setup_terms(

1807: END IF;
1808: --
1809: --Get the CUM_CONTROL_CODE defined at CUSTOMER or ADDRESS level
1810: --
1811: RLM_TPA_SV.get_setup_terms(
1812: x_ship_from_org_id => v_cum_key_record.ship_from_org_id,
1813: x_customer_id => v_cum_key_record.customer_id,
1814: x_ship_to_address_id => v_cum_key_record.ship_to_address_id,
1815: x_customer_item_id => v_cum_key_record.customer_item_id,

Line 1881: RLM_TPA_SV.CalculateCumKey(

1877: /* Call calculate_cum_key procedure to search for the cum
1878: key id, and the cum quantity stored in the database as
1879: of the time of shipment */
1880: --
1881: RLM_TPA_SV.CalculateCumKey(
1882: x_cum_key_record => v_cum_key_record,
1883: x_cum_record => v_cum_record);
1884: --
1885: IF v_cum_record.record_return_status <> FALSE THEN

Line 1976: RLM_TPA_SV.CalculateSupplierCum(

1972: /* Call calculate_supplier_cum procedure to calculate the
1973: total supplier cum by summing the current line shipped
1974: quantity and the stored quantity */
1975: --
1976: RLM_TPA_SV.CalculateSupplierCum(
1977: x_new_ship_count => v_new_ship_count,
1978: x_cum_key_record => v_cum_key_record,
1979: x_cum_record => v_cum_record);
1980: --

Line 2606: RLM_TPA_SV.UpdateCumKey( x_trip_stop_id,

2602: IF (l_debug <> -1) THEN
2603: rlm_core_sv.start_debug;
2604: END IF;
2605: --
2606: RLM_TPA_SV.UpdateCumKey( x_trip_stop_id,
2607: v_return_status);
2608: --
2609: IF (l_debug <> -1) THEN
2610: rlm_core_sv.stop_debug;

Line 2705: RLM_TPA_SV.get_setup_terms(

2701:
2702: BEGIN
2703:
2704: v_terms_level := 'CUSTOMER_ITEM';
2705: RLM_TPA_SV.get_setup_terms(
2706: x_ship_from_org_id => i_ship_from_org_id,
2707: x_customer_id => i_customer_id,
2708: x_ship_to_address_id => i_ship_to_address_id,
2709: x_customer_item_id => i_customer_item_id,

Line 2752: RLM_TPA_SV.get_setup_terms(

2748:
2749: -- v_terms_level := 'CUSTOMER';
2750: -- v_terms_level := 'ADDRESS';
2751: v_terms_level := 'CUSTOMER_ITEM';
2752: RLM_TPA_SV.get_setup_terms(
2753: x_ship_from_org_id => i_ship_from_org_id,
2754: x_customer_id => i_customer_id,
2755: x_ship_to_address_id => i_ship_to_address_id,
2756: x_customer_item_id => i_customer_item_id,

Line 2813: RLM_TPA_SV.get_setup_terms(

2809: INTO v_customer_id
2810: FROM HZ_CUST_ACCT_SITES ACCT_SITE
2811: WHERE ACCT_SITE.CUST_ACCT_SITE_ID = i_ship_to_address_id;
2812:
2813: RLM_TPA_SV.get_setup_terms(
2814: x_ship_from_org_id => i_ship_from_org_id,
2815: x_customer_id => v_customer_id,
2816: x_ship_to_address_id => i_ship_to_address_id,
2817: x_customer_item_id => i_customer_item_id,

Line 2936: RLM_TPA_SV.get_setup_terms(

2932: WHEN NO_DATA_FOUND THEN
2933: --
2934: -- see if there are setup terms set for CUM management
2935: --
2936: RLM_TPA_SV.get_setup_terms(
2937: x_ship_from_org_id => v_ship_from_org_id,
2938: x_customer_id => v_customer_id,
2939: x_ship_to_address_id => v_ship_to_address_id,
2940: x_customer_item_id => v_customer_item_id,

Line 3607: RLM_TPA_SV.get_setup_terms(

3603: END IF;
3604: --
3605: -- Get the setup terms at the appropriate/lowest level so that
3606: --
3607: RLM_TPA_SV.get_setup_terms(
3608: x_ship_from_org_id => x_ship_from_org_id,
3609: x_customer_id => x_customer_id,
3610: x_ship_to_address_id => v_ship_to_address_id,
3611: x_customer_item_id => x_customer_item_id,

Line 5524: RLM_TPA_SV.CalculateSupplierCum(

5520: rlm_core_sv.dlog(C_DEBUG,'shipped_quantity',
5521: x_cum_records(x_index).shipped_quantity);
5522: END IF;
5523: --
5524: RLM_TPA_SV.CalculateSupplierCum(
5525: x_new_ship_count => v_new_ship_count,
5526: x_cum_key_record => x_cum_key_record,
5527: x_cum_record => x_cum_records(x_index));
5528: --