DBA Data[Home] [Help]

APPS.CTO_MATCH_CONFIG dependencies on FND_PROFILE

Line 88: | l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');

84: | 11-05-2003 Kiran Konada
85: | added following line in evaluate and pop match procedure
86: | to look at custom profile
87: |
88: | l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
89: |
90: | 01-20-2003 Kiran Konada bugfix 3381658
91: |
92: |

Line 154: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);

150: bom_ato_configurations that matches the ordered
151: configuration in oe_order_lines_all.
152:
153: *****************************************************************************/
154: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
155: --PG_DEBUG Number := 5;
156:
157: TYPE reuse_rec_type is RECORD (
158: line_id Number,

Line 220: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');

216: oe_debug_pub.add('match_and_create_all_items: ' || 'In Match_and_Create_all_Items for ato_line_id '
217: || to_char(pModelLineId), 1);
218: END IF;
219:
220: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
221: IF PG_DEBUG <> 0 THEN
222: oe_debug_pub.add('match_and_create_all_items: ' || 'CUSTOM_MATCH: ' || l_custom_match_profile, 1);
223: END IF;
224:

Line 3194: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');

3190: oe_debug_pub.add('Evaluate_N_Pop_Match_Flag:'||'BEGIN Evaluate_N_Pop_Match_Flag',5);
3191: END IF;
3192:
3193: lStmtNum := 9;
3194: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
3195:
3196: IF PG_DEBUG <> 0 THEN
3197: oe_debug_pub.add('Evaluate_N_Pop_Match_Flag:'||'custome matc value=>'||l_custom_match_profile,5);
3198: END IF;