DBA Data[Home] [Help]

APPS.GMD_OPRN_MIGRATION dependencies on FND_PROFILE

Line 61: fnd_profile.value_specific('GEMMS_DEFAULT_ORGN',oprn_rout_rec.created_by)

57: UPDATE gmd_operations_b
58: SET operation_status = l_operation_status,
59: effective_start_date = oprn_rout_rec.creation_date,
60: owner_orgn_code =
61: fnd_profile.value_specific('GEMMS_DEFAULT_ORGN',oprn_rout_rec.created_by)
62: WHERE oprn_id = oprn_rout_rec.oprn_id;
63:
64: /*Bug#3601848 - Thomas Daniel */
65: /*Added call to insert the operation components passing the operation id */