DBA Data[Home] [Help]

APPS.WMA_MATERIAL dependencies on FND_API

Line 71: -- wip_mtlProc_priv.processTemp(p_initMsgList => fnd_api.g_true,

67:
68: --if online, go ahead and process the txn
69: -- if(wma_derive.getTxnMode(param.environment.orgID) = wip_constants.online OR
70: -- param.isFromSerializedPage = 1 ) then
71: -- wip_mtlProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
72: -- p_processInv => fnd_api.g_true,
73: -- p_endDebug => fnd_api.g_true,
74: -- p_txnTmpID => param.transactionTempID,
75: -- x_returnStatus => l_returnStatus);

Line 72: -- p_processInv => fnd_api.g_true,

68: --if online, go ahead and process the txn
69: -- if(wma_derive.getTxnMode(param.environment.orgID) = wip_constants.online OR
70: -- param.isFromSerializedPage = 1 ) then
71: -- wip_mtlProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
72: -- p_processInv => fnd_api.g_true,
73: -- p_endDebug => fnd_api.g_true,
74: -- p_txnTmpID => param.transactionTempID,
75: -- x_returnStatus => l_returnStatus);
76:

Line 73: -- p_endDebug => fnd_api.g_true,

69: -- if(wma_derive.getTxnMode(param.environment.orgID) = wip_constants.online OR
70: -- param.isFromSerializedPage = 1 ) then
71: -- wip_mtlProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
72: -- p_processInv => fnd_api.g_true,
73: -- p_endDebug => fnd_api.g_true,
74: -- p_txnTmpID => param.transactionTempID,
75: -- x_returnStatus => l_returnStatus);
76:
77: if(l_logLevel <= wip_constants.full_logging) then

Line 81: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,

77: if(l_logLevel <= wip_constants.full_logging) then
78: wip_logger.log('before processor', l_returnStatus);
79: end if;
80:
81: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
82: p_txnHdrID => mtlRec.transaction_header_id,
83: p_txnMode => mtlRec.transaction_mode,
84: p_destroyQtyTrees => fnd_api.g_true,
85: x_returnStatus => l_returnStatus,

Line 84: p_destroyQtyTrees => fnd_api.g_true,

80:
81: wip_mtlTempProc_priv.processTemp(p_initMsgList => fnd_api.g_true,
82: p_txnHdrID => mtlRec.transaction_header_id,
83: p_txnMode => mtlRec.transaction_mode,
84: p_destroyQtyTrees => fnd_api.g_true,
85: x_returnStatus => l_returnStatus,
86: x_errorMsg => errMessage);
87: if(l_returnStatus <> fnd_api.g_ret_sts_success) then
88: raise fnd_api.g_exc_unexpected_error;

Line 87: if(l_returnStatus <> fnd_api.g_ret_sts_success) then

83: p_txnMode => mtlRec.transaction_mode,
84: p_destroyQtyTrees => fnd_api.g_true,
85: x_returnStatus => l_returnStatus,
86: x_errorMsg => errMessage);
87: if(l_returnStatus <> fnd_api.g_ret_sts_success) then
88: raise fnd_api.g_exc_unexpected_error;
89: end if;
90:
91: if (l_logLevel <= wip_constants.trace_logging) then

Line 88: raise fnd_api.g_exc_unexpected_error;

84: p_destroyQtyTrees => fnd_api.g_true,
85: x_returnStatus => l_returnStatus,
86: x_errorMsg => errMessage);
87: if(l_returnStatus <> fnd_api.g_ret_sts_success) then
88: raise fnd_api.g_exc_unexpected_error;
89: end if;
90:
91: if (l_logLevel <= wip_constants.trace_logging) then
92: wip_logger.exitPoint(p_procName => 'wma_material.process',

Line 98: when fnd_api.g_exc_unexpected_error then

94: p_msg => 'success',
95: x_returnStatus => l_returnStatus);
96: end if;
97: EXCEPTION
98: when fnd_api.g_exc_unexpected_error then
99: rollback to wmapmtlb0;
100: status := -1;
101: -- wip_utilities.get_message_stack(p_msg => errMessage);
102: if (l_logLevel <= wip_constants.trace_logging) then

Line 402: p_initMsgList => fnd_api.g_true,

398: mtlRec.source_header_id,
399: mtlRec.rebuild_item_id);
400:
401: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => mtlRec.transaction_header_id,
402: p_initMsgList => fnd_api.g_true,
403: x_returnStatus => l_retStatus);
404:
405: if(l_retStatus <> fnd_api.g_ret_sts_success) then
406: if (l_logLevel <= wip_constants.full_logging) then

Line 405: if(l_retStatus <> fnd_api.g_ret_sts_success) then

401: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => mtlRec.transaction_header_id,
402: p_initMsgList => fnd_api.g_true,
403: x_returnStatus => l_retStatus);
404:
405: if(l_retStatus <> fnd_api.g_ret_sts_success) then
406: if (l_logLevel <= wip_constants.full_logging) then
407: wip_logger.log('put: error from validateInterfaceTxns', l_retStatus);
408: end if;
409: wip_utilities.get_message_stack(p_msg => errMsg);

Line 457: x_returnStatus := fnd_api.g_ret_sts_success;

453: l_locProjectID number;
454: l_locTaskID number;
455: l_num number;
456: begin
457: x_returnStatus := fnd_api.g_ret_sts_success;
458: x_projectID := null;
459: x_taskID := null;
460: x_projectNum := null;
461: x_taskNum := null;

Line 498: x_returnStatus := fnd_api.g_ret_sts_error;

494: and wip_entity_id = p_wipEntityID;
495:
496: -- you can't issue project controlled item to non project controlled job
497: if ( l_jobProjectID is null ) then
498: x_returnStatus := fnd_api.g_ret_sts_error;
499: x_projectID := null;
500: x_taskID := null;
501: x_projectNum := null;
502: x_taskNum := null;

Line 538: x_returnStatus := fnd_api.g_ret_sts_error;

534: return;
535: end if;
536: end if;
537:
538: x_returnStatus := fnd_api.g_ret_sts_error;
539: x_projectID := null;
540: x_taskID := null;
541: x_projectNum := null;
542: x_taskNum := null;