DBA Data[Home] [Help]

APPS.GMIUTILS dependencies on FND_PROFILE

Line 167: G_ALLOW_NEG_INV := NVL(fnd_profile.value('IC$ALLOWNEGINV'), 0);

163: PROCEDURE restore_allow_neg_inv
164: IS
165: BEGIN
166:
167: G_ALLOW_NEG_INV := NVL(fnd_profile.value('IC$ALLOWNEGINV'), 0);
168:
169: END restore_allow_neg_inv;
170:
171: /* +=========================================================================+

Line 346: l_move_diff_sts := FND_PROFILE.VALUE('IC$MOVEDIFFSTAT');

342: );
343:
344: IF (p_doc_type = 'PROD') AND (p_trans_qty > 0) THEN
345: /* begin move diff status check for production */
346: l_move_diff_sts := FND_PROFILE.VALUE('IC$MOVEDIFFSTAT');
347:
348: /* check default status and lot status to see if they
349: are allowed per GMI: Move Different Status profile */
350: IF l_move_diff_sts = 0 THEN