DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_OPERATION_VALIDATE

Line 272: WIP_OPERATION_VALIDATE.Add_Operation(p_group_id,

268: /* default operation records */
269:
270: IF l_cur.substitution_type = WIP_JOB_DETAILS.WIP_ADD THEN
271:
272: WIP_OPERATION_VALIDATE.Add_Operation(p_group_id,
273: p_parent_header_id,
274: l_cur.wip_entity_id,
275: l_cur.organization_id,
276: x_err_code, x_err_msg,

Line 282: WIP_OPERATION_VALIDATE.Change_Operation(p_group_id,

278: /* validate operation records */
279:
280: ELSIF l_cur.substitution_type = WIP_JOB_DETAILS.WIP_CHANGE THEN
281:
282: WIP_OPERATION_VALIDATE.Change_Operation(p_group_id,
283: p_parent_header_id,
284: l_cur.wip_entity_id,
285: l_cur.organization_id,
286: x_err_code, x_err_msg,