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 410: p_initMsgList => fnd_api.g_true,

406: mtlRec.source_header_id,
407: mtlRec.rebuild_item_id);
408:
409: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => mtlRec.transaction_header_id,
410: p_initMsgList => fnd_api.g_true,
411: x_returnStatus => l_retStatus);
412:
413: if(l_retStatus <> fnd_api.g_ret_sts_success) then
414: if (l_logLevel <= wip_constants.full_logging) then

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

409: wip_mtlTempProc_priv.validateInterfaceTxns(p_txnHdrID => mtlRec.transaction_header_id,
410: p_initMsgList => fnd_api.g_true,
411: x_returnStatus => l_retStatus);
412:
413: if(l_retStatus <> fnd_api.g_ret_sts_success) then
414: if (l_logLevel <= wip_constants.full_logging) then
415: wip_logger.log('put: error from validateInterfaceTxns', l_retStatus);
416: end if;
417: wip_utilities.get_message_stack(p_msg => errMsg);

Line 465: x_returnStatus := fnd_api.g_ret_sts_success;

461: l_locProjectID number;
462: l_locTaskID number;
463: l_num number;
464: begin
465: x_returnStatus := fnd_api.g_ret_sts_success;
466: x_projectID := null;
467: x_taskID := null;
468: x_projectNum := null;
469: x_taskNum := null;

Line 506: x_returnStatus := fnd_api.g_ret_sts_error;

502: and wip_entity_id = p_wipEntityID;
503:
504: -- you can't issue project controlled item to non project controlled job
505: if ( l_jobProjectID is null ) then
506: x_returnStatus := fnd_api.g_ret_sts_error;
507: x_projectID := null;
508: x_taskID := null;
509: x_projectNum := null;
510: x_taskNum := null;

Line 546: x_returnStatus := fnd_api.g_ret_sts_error;

542: return;
543: end if;
544: end if;
545:
546: x_returnStatus := fnd_api.g_ret_sts_error;
547: x_projectID := null;
548: x_taskID := null;
549: x_projectNum := null;
550: x_taskNum := null;