DBA Data[Home] [Help]

APPS.CST_SUBELEMENTS_PVT dependencies on WSMPUTIL

Line 808: /* -- commenting to avoid dependency on WSMPUTIL. Make sure

804: WHERE wsm.organization_id = p_to_organization_id
805: AND mp.organization_id = wsm.organization_id
806: AND UPPER(mp.wsm_enabled_flag)='Y';
807:
808: /* -- commenting to avoid dependency on WSMPUTIL. Make sure
809: -- WSM_PARAMETERS tables exists in 11.5.1 otherwise we will
810: -- have to include the odf
811: l_to_wsm_flag := WSMPUTIL.check_wsm_org(
812: p_organization_id => p_to_organization_id,

Line 811: l_to_wsm_flag := WSMPUTIL.check_wsm_org(

807:
808: /* -- commenting to avoid dependency on WSMPUTIL. Make sure
809: -- WSM_PARAMETERS tables exists in 11.5.1 otherwise we will
810: -- have to include the odf
811: l_to_wsm_flag := WSMPUTIL.check_wsm_org(
812: p_organization_id => p_to_organization_id,
813: x_err_code => l_err_code,
814: x_err_msg => l_err_msg);
815: */

Line 888: x_est_scrap_acct_flag := WSMPUTIL.WSM_ESA_ENABLED(

884: l_statement := 115;
885:
886: IF l_to_wsm_flag = 1 THEN
887:
888: x_est_scrap_acct_flag := WSMPUTIL.WSM_ESA_ENABLED(
889: NULL,x_err_num, x_err_msg,p_from_organization_id);
890:
891: fnd_file.put_line(fnd_file.log,'Estimated Scrap Accounting Flag: '||x_est_scrap_acct_flag);
892: