DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_OVERCOMPLETION

Line 1117: WIP_OVERCOMPLETION.insert_child_move_txn

1113: x_returnStatus => l_returnStatus);
1114: END IF;
1115:
1116: -- call PL/SQL api to insert to WMTI
1117: WIP_OVERCOMPLETION.insert_child_move_txn
1118: (p_primary_quantity => p_oc_pri_qty,
1119: p_parent_txn_id => p_parent_txn_id,
1120: -- pass move_profile equal to background so that it will always insert
1121: -- parent group_id to child group_id

Line 1138: l_errMsg := 'WIP_OVERCOMPLETION.insert_child_move_txn failed';

1134: p_first_department_code => l_first_dept_code,
1135: p_err_mesg => l_msgData);
1136:
1137: IF(p_gib.move_profile.child_txn_id IS NULL) THEN
1138: l_errMsg := 'WIP_OVERCOMPLETION.insert_child_move_txn failed';
1139: raise fnd_api.g_exc_unexpected_error;
1140: END IF;
1141:
1142: IF(l_first_op_seq_num IS NOT NULL) THEN

Line 1855: fnd_message.set_name('WIP', 'WIP_OVERCOMPLETION_MISMATCH');

1851: END IF; -- time out check
1852: END IF; -- BACKGROUND check
1853:
1854: IF(l_proc_status = TVE_OVERCOMPLETION_MISMATCH) THEN
1855: fnd_message.set_name('WIP', 'WIP_OVERCOMPLETION_MISMATCH');
1856: fnd_msg_pub.add;
1857: l_errMsg := 'parent txn is not really overcompletion txn';
1858: raise fnd_api.g_exc_unexpected_error;
1859: ELSE

Line 9454: * WIP_OVERCOMPLETION.update_wip_req_operations. This procedure is used to

9450:
9451: /*****************************************************************************
9452: * This procedure is equivalent to witoc_update_wro in wiltps5.ppc
9453: * This update statement in this procedure is equivalent to the one in
9454: * WIP_OVERCOMPLETION.update_wip_req_operations. This procedure is used to
9455: * update WIP_REQUIREMENT_OPERATIONS table
9456: ****************************************************************************/
9457: PROCEDURE update_wro(p_gib IN group_rec_t,
9458: x_returnStatus OUT NOCOPY VARCHAR2) IS