DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_PARAMETERS

Line 102: FROM gme_parameters

98:
99: --FPBug#4667093 get the IB Factor settings
100: CURSOR Cur_ib_factor(V_org_id VARCHAR2) IS
101: SELECT ib_factor_ind
102: FROM gme_parameters
103: WHERE organization_id = V_org_id;
104:
105: l_item_rec mtl_system_items%ROWTYPE;
106: