DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on STANDARD

Line 350: oe_debug_pub.add('match_and_create_all_items: ' || 'Standard Match.', 1);

346:
347: lStmtNum := 120;
348: IF l_custom_match_profile = 2 THEN
349: IF PG_DEBUG <> 0 THEN
350: oe_debug_pub.add('match_and_create_all_items: ' || 'Standard Match.', 1);
351: END IF;
352: lStatus := check_config_match(
353: lNextRec.line_id,
354: lXConfigId,

Line 3183: l_profile_value VARCHAR2(1) := 'Y'; --standard match as this API is

3179: v_src_point number;
3180: v_prev_src_point number;
3181: l_custom_match_profile varchar2(10);
3182:
3183: l_profile_value VARCHAR2(1) := 'Y'; --standard match as this API is
3184: --called when BOM: Match to Existing Configuration
3185: --is YEs
3186:
3187: