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 805: RLM_TPA_SV.CalculateCumKey (x_cum_key_record => x_cum_key_record,

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

Line 944: RLM_TPA_SV.get_setup_terms(

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

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

1364: x_cum_record.last_update_date := x_last_update_date;
1365: x_cum_record.as_of_date_time := x_as_of_date_time;
1366: --
1367: -- Call calculate cum key api passing cum key records and cum records
1368: RLM_TPA_SV.CalculateSupplierCum (x_cum_key_record => x_cum_key_record,
1369: x_cum_record => x_cum_record);
1370: --
1371: x_msg_data := x_cum_record.msg_data;
1372: x_record_return_status := x_cum_record.record_return_status;

Line 1802: RLM_TPA_SV.get_setup_terms(

1798: END IF;
1799: --
1800: --Get the CUM_CONTROL_CODE defined at CUSTOMER or ADDRESS level
1801: --
1802: RLM_TPA_SV.get_setup_terms(
1803: x_ship_from_org_id => v_cum_key_record.ship_from_org_id,
1804: x_customer_id => v_cum_key_record.customer_id,
1805: x_ship_to_address_id => v_cum_key_record.ship_to_address_id,
1806: x_customer_item_id => v_cum_key_record.customer_item_id,

Line 1872: RLM_TPA_SV.CalculateCumKey(

1868: /* Call calculate_cum_key procedure to search for the cum
1869: key id, and the cum quantity stored in the database as
1870: of the time of shipment */
1871: --
1872: RLM_TPA_SV.CalculateCumKey(
1873: x_cum_key_record => v_cum_key_record,
1874: x_cum_record => v_cum_record);
1875: --
1876: IF v_cum_record.record_return_status <> FALSE THEN

Line 1967: RLM_TPA_SV.CalculateSupplierCum(

1963: /* Call calculate_supplier_cum procedure to calculate the
1964: total supplier cum by summing the current line shipped
1965: quantity and the stored quantity */
1966: --
1967: RLM_TPA_SV.CalculateSupplierCum(
1968: x_new_ship_count => v_new_ship_count,
1969: x_cum_key_record => v_cum_key_record,
1970: x_cum_record => v_cum_record);
1971: --

Line 2596: RLM_TPA_SV.UpdateCumKey( x_trip_stop_id,

2592: IF (l_debug <> -1) THEN
2593: rlm_core_sv.start_debug;
2594: END IF;
2595: --
2596: RLM_TPA_SV.UpdateCumKey( x_trip_stop_id,
2597: v_return_status);
2598: --
2599: IF (l_debug <> -1) THEN
2600: rlm_core_sv.stop_debug;

Line 2695: RLM_TPA_SV.get_setup_terms(

2691:
2692: BEGIN
2693:
2694: v_terms_level := 'CUSTOMER_ITEM';
2695: RLM_TPA_SV.get_setup_terms(
2696: x_ship_from_org_id => i_ship_from_org_id,
2697: x_customer_id => i_customer_id,
2698: x_ship_to_address_id => i_ship_to_address_id,
2699: x_customer_item_id => i_customer_item_id,

Line 2742: RLM_TPA_SV.get_setup_terms(

2738:
2739: -- v_terms_level := 'CUSTOMER';
2740: -- v_terms_level := 'ADDRESS';
2741: v_terms_level := 'CUSTOMER_ITEM';
2742: RLM_TPA_SV.get_setup_terms(
2743: x_ship_from_org_id => i_ship_from_org_id,
2744: x_customer_id => i_customer_id,
2745: x_ship_to_address_id => i_ship_to_address_id,
2746: x_customer_item_id => i_customer_item_id,

Line 2803: RLM_TPA_SV.get_setup_terms(

2799: INTO v_customer_id
2800: FROM HZ_CUST_ACCT_SITES ACCT_SITE
2801: WHERE ACCT_SITE.CUST_ACCT_SITE_ID = i_ship_to_address_id;
2802:
2803: RLM_TPA_SV.get_setup_terms(
2804: x_ship_from_org_id => i_ship_from_org_id,
2805: x_customer_id => v_customer_id,
2806: x_ship_to_address_id => i_ship_to_address_id,
2807: x_customer_item_id => i_customer_item_id,

Line 2926: RLM_TPA_SV.get_setup_terms(

2922: WHEN NO_DATA_FOUND THEN
2923: --
2924: -- see if there are setup terms set for CUM management
2925: --
2926: RLM_TPA_SV.get_setup_terms(
2927: x_ship_from_org_id => v_ship_from_org_id,
2928: x_customer_id => v_customer_id,
2929: x_ship_to_address_id => v_ship_to_address_id,
2930: x_customer_item_id => v_customer_item_id,

Line 3597: RLM_TPA_SV.get_setup_terms(

3593: END IF;
3594: --
3595: -- Get the setup terms at the appropriate/lowest level so that
3596: --
3597: RLM_TPA_SV.get_setup_terms(
3598: x_ship_from_org_id => x_ship_from_org_id,
3599: x_customer_id => x_customer_id,
3600: x_ship_to_address_id => v_ship_to_address_id,
3601: x_customer_item_id => x_customer_item_id,

Line 5514: RLM_TPA_SV.CalculateSupplierCum(

5510: rlm_core_sv.dlog(C_DEBUG,'shipped_quantity',
5511: x_cum_records(x_index).shipped_quantity);
5512: END IF;
5513: --
5514: RLM_TPA_SV.CalculateSupplierCum(
5515: x_new_ship_count => v_new_ship_count,
5516: x_cum_key_record => x_cum_key_record,
5517: x_cum_record => x_cum_records(x_index));
5518: --