DBA Data[Home] [Help]

APPS.GML_ACCT_GENERATE dependencies on GMF_GET_MAPPINGS

Line 415: gmf_get_mappings.get_account_mappings (

411: -- #########################################################################*/
412:
413: FUNCTION default_mapping RETURN NUMBER AS
414: BEGIN
415: gmf_get_mappings.get_account_mappings (
416: V_CO_CODE => P_whse_co_code,
417: V_ORGN_CODE => P_whse_orgn_code,
418: V_WHSE_CODE => P_to_whse,
419: V_ITEM_ID => P_gl_item_id,

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

435: V_SUB_EVENT_TYPE => P_sub_event_type,
436: V_SOURCE => 0,
437: V_BUSINESS_CLASS_CAT_ID => P_gl_business_class_cat_id,
438: V_PRODUCT_LINE_CAT_ID => P_gl_product_line_cat_id );
439: P_acct_id := gmf_get_mappings.get_account_value (P_acct_ttl_num );
440: RETURN (P_acct_id );
441:
442: END default_mapping;
443:

Line 750: source_accounts gmf_get_mappings.my_opm_seg_values;

746: x_length NUMBER(10);
747: x_result VARCHAR2(255);
748: x_gemms_acct VARCHAR2(255);
749: x_description VARCHAR2(1000) default '';
750: source_accounts gmf_get_mappings.my_opm_seg_values;
751: BEGIN
752:
753: PrintLn('begin of parse_account');
754:

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

751: BEGIN
752:
753: PrintLn('begin of parse_account');
754:
755: source_accounts := gmf_get_mappings.get_opm_segment_values(v_account,v_co_code,2);
756:
757: FOR cur_plcy_seg_tmp IN cur_plcy_seg LOOP
758: x_segment_index := x_segment_index + 1;
759: IF (cur_plcy_seg_tmp.type = v_type or v_type = 2) THEN