DBA Data[Home] [Help]

APPS.GML_PO_GLDIST dependencies on GMF_GET_MAPPINGS

Line 757: gmf_get_mappings.get_account_mappings ( P_whse_co_code,

753: FUNCTION default_mapping RETURN NUMBER AS
754: X_i NUMBER;
755: BEGIN
756: /* RVK B1394532 */
757: gmf_get_mappings.get_account_mappings ( P_whse_co_code,
758: P_whse_orgn_code,
759: P_to_whse,
760: P_gl_item_id,
761: P_shipvend_id,

Line 777: P_acct_id := gmf_get_mappings.get_account_value (P_acct_ttl_num );

773: P_cost_cmpntcls_id,
774: P_cost_analysis_code,
775: P_order_type,
776: P_sub_event_type );
777: P_acct_id := gmf_get_mappings.get_account_value (P_acct_ttl_num );
778: RETURN (P_acct_id );
779:
780: END default_mapping;
781:

Line 1946: source_accounts gmf_get_mappings.my_opm_seg_values;

1942: x_length NUMBER(10);
1943: x_result VARCHAR2(255);
1944: x_gemms_acct VARCHAR2(255);
1945: x_description VARCHAR2(1000) default '';
1946: source_accounts gmf_get_mappings.my_opm_seg_values;
1947: BEGIN
1948: /* B1530509 */
1949: source_accounts := gmf_get_mappings.get_opm_segment_values(v_account,v_co_code,2);
1950:

Line 1949: source_accounts := gmf_get_mappings.get_opm_segment_values(v_account,v_co_code,2);

1945: x_description VARCHAR2(1000) default '';
1946: source_accounts gmf_get_mappings.my_opm_seg_values;
1947: BEGIN
1948: /* B1530509 */
1949: source_accounts := gmf_get_mappings.get_opm_segment_values(v_account,v_co_code,2);
1950:
1951: FOR cur_plcy_seg_tmp IN cur_plcy_seg LOOP
1952: x_segment_index := x_segment_index + 1;
1953: IF (cur_plcy_seg_tmp.type = v_type or v_type = 2) THEN