DBA Data[Home] [Help]

APPS.GMD_LAB_MIGRATION dependencies on FND_PROFILE

Line 133: select fnd_profile.value_specific('GEMMS_DEFAULT_ORGN',lab_rec.created_by)

129:
130: IF X_FLAG = 'TRUE' THEN
131:
132:
133: select fnd_profile.value_specific('GEMMS_DEFAULT_ORGN',lab_rec.created_by)
134: INTO l_orgn_code
135: FROM sys.dual;
136:
137: /* Step 3 : To insert data ino the fm_form_mst_b and fm_form_mst_vl

Line 365: select fnd_profile.value_specific('GEMMS_DEFAULT_ORGN',lab_rec.created_by)

361: CLOSE Cur_check_formula_exists;
362: IF X_FLAG = 'TRUE' THEN
363:
364:
365: select fnd_profile.value_specific('GEMMS_DEFAULT_ORGN',lab_rec.created_by)
366: INTO l_orgn_code
367: FROM sys.dual;
368:
369: /* Step 3 : To insert data ino the fm_form_mst_b and fm_form_mst_vl