DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on FND_FLEX_KEYVAL

Line 1239: l_valid_flag := fnd_flex_keyval.validate_segs(

1235: IF G_DEBUG='Y' THEN
1236: AHL_DEBUG_PUB.DEBUG('Profile mfg_organization_id:' || fnd_profile.value('MFG_ORGANIZATION_ID') );
1237: END IF;
1238:
1239: l_valid_flag := fnd_flex_keyval.validate_segs(
1240: operation => 'FIND_COMBINATION'
1241: , appl_short_name => 'INV'
1242: , key_flex_code => 'MTLL'
1243: , structure_number => 101

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

1246: , data_set => p_x_ahl_mtltxn_tbl(i).organization_id
1247: );
1248:
1249: IF (l_valid_flag) THEN
1250: p_x_ahl_mtltxn_tbl(i).locator_id := fnd_flex_keyval.combination_id;
1251: END IF;
1252:
1253: END IF;
1254:

Line 5842: l_valid_flag := fnd_flex_keyval.validate_segs(

5838: AHL_DEBUG_PUB.DEBUG('Before Loc Seg validate:Profile mfg_organization_id:' || fnd_profile.value('MFG_ORGANIZATION_ID') );
5839: END IF;
5840:
5841: -- validate locator segments.
5842: l_valid_flag := fnd_flex_keyval.validate_segs(
5843: operation => 'CHECK_COMBINATION'
5844: , appl_short_name => 'INV'
5845: , key_flex_code => 'MTLL'
5846: , structure_number => 101

Line 5861: l_concat_seg_IDs := fnd_flex_keyval.concatenated_ids;

5857: RETURN;
5858: END IF;
5859:
5860: -- get IDs for the concatenated segments as MTI validates IDs.
5861: l_concat_seg_IDs := fnd_flex_keyval.concatenated_ids;
5862:
5863: -- breakup locator concat IDs into segments.
5864: l_loc_nseg := fnd_flex_ext.breakup_segments (l_concat_seg_IDs, l_delim, l_loc_seglist);
5865: