DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on FND_FLEX_KEY_API

Line 1469: -- Uses FND_FLEX_KEY_API (AFFFKAIS/B.pls) and

1465: -- Function moved to INV_TXN_MANAGER_GRP
1466: -- getloc
1467: -- Description
1468: -- Private function to get Locator id using Flex API's
1469: -- Uses FND_FLEX_KEY_API (AFFFKAIS/B.pls) and
1470: -- FND_FLEX_EXT (AFFFEXTS/B.pls)
1471: --
1472: -- Assumes that only Id's are populated in the MTI segments
1473: --

Line 1611: fnd_flex_key_api.set_session_mode ('seed_data');

1607: THEN
1608: l_debug := NVL (fnd_profile.VALUE ('INV_DEBUG_TRACE'), 0);
1609: END IF;
1610:
1611: fnd_flex_key_api.set_session_mode ('seed_data');
1612:
1613: FOR l_line_rec_type IN aa1
1614: LOOP
1615: BEGIN