DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on FND_FLEX_KEYVAL

Line 1364: l_valid_flag := fnd_flex_keyval.validate_segs(

1360: IF G_DEBUG='Y' THEN
1361: AHL_DEBUG_PUB.DEBUG('Profile mfg_organization_id:' || fnd_profile.value('MFG_ORGANIZATION_ID') );
1362: END IF;
1363:
1364: l_valid_flag := fnd_flex_keyval.validate_segs(
1365: operation => 'FIND_COMBINATION'
1366: , appl_short_name => 'INV'
1367: , key_flex_code => 'MTLL'
1368: , structure_number => 101

Line 1375: p_x_ahl_mtltxn_tbl(i).locator_id := fnd_flex_keyval.combination_id;

1371: , data_set => p_x_ahl_mtltxn_tbl(i).organization_id
1372: );
1373:
1374: IF (l_valid_flag) THEN
1375: p_x_ahl_mtltxn_tbl(i).locator_id := fnd_flex_keyval.combination_id;
1376: END IF;
1377:
1378: END IF;
1379:

Line 7587: l_valid_flag := fnd_flex_keyval.validate_segs(

7583: AHL_DEBUG_PUB.DEBUG('Before Loc Seg validate:Profile mfg_organization_id:' || fnd_profile.value('MFG_ORGANIZATION_ID') );
7584: END IF;
7585:
7586: -- validate locator segments.
7587: l_valid_flag := fnd_flex_keyval.validate_segs(
7588: operation => 'CHECK_COMBINATION'
7589: , appl_short_name => 'INV'
7590: , key_flex_code => 'MTLL'
7591: , structure_number => 101

Line 7606: l_concat_seg_IDs := fnd_flex_keyval.concatenated_ids;

7602: RETURN;
7603: END IF;
7604:
7605: -- get IDs for the concatenated segments as MTI validates IDs.
7606: l_concat_seg_IDs := fnd_flex_keyval.concatenated_ids;
7607:
7608: -- breakup locator concat IDs into segments.
7609: l_loc_nseg := fnd_flex_ext.breakup_segments (l_concat_seg_IDs, l_delim, l_loc_seglist);
7610: