DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on CST_SLA_UPDATE_PKG

Line 1667: CST_SLA_UPDATE_PKG.CST_Upgrade_Wrapper (

1663: */
1664: ELSIF l_application_id IN (401) THEN
1665: l_retcode := -1 ;
1666: l_step_value := 'Upgrade for Inventory/WIP via Costing Master API' ;
1667: CST_SLA_UPDATE_PKG.CST_Upgrade_Wrapper (
1668: X_errbuf => l_error_buf ,
1669: X_retcode => l_retcode_char ,
1670: X_batch_size => l_batch_size ,
1671: X_Num_Workers => l_number_of_workers ,

Line 1699: CST_SLA_UPDATE_PKG.CST_Upgrade_Wrapper (

1695: -- Also, if Product API's donot initiliaze the recode correctly,then ZX retcode is treated as Products Retcode.
1696: l_retcode := -1 ;
1697:
1698: l_step_value := 'Upgrade for Receiving via Costing Master API' ;
1699: CST_SLA_UPDATE_PKG.CST_Upgrade_Wrapper (
1700: X_errbuf => l_error_buf ,
1701: X_retcode => l_retcode_char ,
1702: X_batch_size => l_batch_size ,
1703: X_Num_Workers => l_number_of_workers ,

Line 2231: -- CST_SLA_UPDATE_PKG.Update_Proc_MGR (

2227: --fnd_file.put_line(fnd_file.log, '*Return code from PA: '|| to_char(l_retcode));
2228:
2229: -- ELSIF l_application_id = 707 THEN
2230:
2231: -- CST_SLA_UPDATE_PKG.Update_Proc_MGR (
2232: -- X_errbuf => l_error_buf,
2233: -- X_retcode => l_retcode_char,
2234: -- X_api_version => 1.0,
2235: -- X_init_msg_list => FND_API.G_FALSE,