DBA Data[Home] [Help]

APPS.GML_INTORD_LOT_STS dependencies on FND_PROFILE

Line 22: G_move_diff_stat NUMBER := NVL(FND_PROFILE.VALUE('IC$MOVEDIFFSTAT'),0);

18: --global lot and status plsql table variable
19: G_lot_sts_tab lot_sts_table;
20:
21: --caching the profiles
22: G_move_diff_stat NUMBER := NVL(FND_PROFILE.VALUE('IC$MOVEDIFFSTAT'),0);
23: G_retain_ship_lot_sts VARCHAR2(1) := NVL(fnd_profile.value('GMI_INT_ORD_LOT_STS'),'N');
24:
25: -----------------------------------------------------------------------------
26: -- Public subprograms

Line 23: G_retain_ship_lot_sts VARCHAR2(1) := NVL(fnd_profile.value('GMI_INT_ORD_LOT_STS'),'N');

19: G_lot_sts_tab lot_sts_table;
20:
21: --caching the profiles
22: G_move_diff_stat NUMBER := NVL(FND_PROFILE.VALUE('IC$MOVEDIFFSTAT'),0);
23: G_retain_ship_lot_sts VARCHAR2(1) := NVL(fnd_profile.value('GMI_INT_ORD_LOT_STS'),'N');
24:
25: -----------------------------------------------------------------------------
26: -- Public subprograms
27: -----------------------------------------------------------------------------