DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on CST_PRJMFG_ACCT_HOOK

Line 73: l_return_val := NVL(CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook(p_transaction_id => p_wrap_txn_id,

69: l_msg_count NUMBER := 0;
70: l_msg_data VARCHAR2(8000);
71: l_return_val NUMBER := 0;
72: BEGIN
73: l_return_val := NVL(CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook(p_transaction_id => p_wrap_txn_id,
74: p_table_source => p_wrap_tb_source,
75: x_return_status => l_return_status,
76: x_msg_count => l_msg_count,
77: x_msg_data => l_msg_data),0);

Line 91: raise_application_error(-20200, 'Error in: CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook');

87: -- WHEN FND_API.g_exc_unexpected_error THEN
88: -- ROLLBACK TO Create_INVXLAEvent;
89: WHEN OTHERS THEN
90: --raise;
91: raise_application_error(-20200, 'Error in: CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook');
92: -- ROLLBACK TO Create_INVXLAEvent;
93: END blueprint_sla_hook_wrap;
94:
95: PROCEDURE debug

Line 1000: package CST_PRJMFG_ACCT_HOOK where the custom code must be extended

996: IF (l_pjm_blueprint = 'Y') THEN
997: /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
998: Changes for Blue Print organization enabling the creation of SLA events
999: based on the value of new client extension cst_blueprint_create_SLA on
1000: package CST_PRJMFG_ACCT_HOOK where the custom code must be extended
1001: For more information visit 9145770
1002: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
1003: IF l_stmtLog THEN
1004: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module,

Line 1008: l_post_option := NVL(CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook(

1004: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module,
1005: 'Calling the client extension CST_Blueprint_create_SLA'||
1006: ' for Inventory Transaction: '||p_trx_info.TRANSACTION_ID);
1007: END IF;
1008: l_post_option := NVL(CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook(
1009: p_transaction_id => p_trx_info.transaction_id,
1010: p_table_source => 'MMT',
1011: x_return_status => l_return_status,
1012: x_msg_count => l_msg_count,

Line 1672: package CST_PRJMFG_ACCT_HOOK where the custom code must be extended

1668: IF ( l_pjm_blueprint = 'Y' ) THEN
1669: /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1670: Changes for Blue Print organization enabling the creation of SLA events
1671: based on the value of new client extension cst_blueprint_create_SLA on
1672: package CST_PRJMFG_ACCT_HOOK where the custom code must be extended
1673: For more information visit 9145770
1674: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
1675: IF l_stmtLog THEN
1676: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module,

Line 1680: l_post_option := NVL(CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook(

1676: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_module,
1677: 'Calling the client extension CST_Blueprint_create_SLA'||
1678: ' for WCTI Transaction: '||p_trx_info.TRANSACTION_ID);
1679: END IF;
1680: l_post_option := NVL(CST_PRJMFG_ACCT_HOOK.blueprint_sla_hook(
1681: p_transaction_id => p_trx_info.transaction_id,
1682: p_table_source => 'WCTI',
1683: x_return_status => l_return_status,
1684: x_msg_count => l_msg_count,