DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on WMS_INSTALL

Line 960: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then

956: -- layer for reaveraging and accounts for distbn to the Project.
957: -- The Exp - Exp case involves no entry. This is analogous to the exp - exp
958: -- subinv transfer case.
959:
960: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
961: l_wms_flg := 1;
962: else
963: l_wms_flg := 0;
964: end if;

Line 1326: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then

1322: from wip_accounting_classes
1323: where class_code = l_acct_class
1324: and organization_id = i_org_id;
1325:
1326: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
1327: l_wms_flg := 1;
1328: else
1329: l_wms_flg := 0;
1330: end if;

Line 1559: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then

1555: if (i_exp_item = 1) then
1556: return;
1557: end if;
1558:
1559: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
1560: l_wms_flg := 1;
1561: else
1562: l_wms_flg := 0;
1563: end if;

Line 1764: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then

1760:
1761: l_debug := fnd_profile.value('MRP_DEBUG');
1762: -- Figure out expense subinventory.
1763:
1764: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
1765: l_wms_flg := 1;
1766: else
1767: l_wms_flg := 0;
1768: end if;

Line 2549: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then

2545: where inventory_item_id = i_item_id
2546: and organization_id = i_org_id;
2547: end if;
2548:
2549: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
2550: l_wms_flg := 1;
2551: else
2552: l_wms_flg := 0;
2553: end if;

Line 2784: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,l_std_org)) then

2780: -- accounts.
2781:
2782: if (l_std_org = i_txn_org_id) then
2783:
2784: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,l_std_org)) then
2785: l_wms_flg := 1;
2786: else
2787: l_wms_flg := 0;
2788: end if;

Line 5310: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data, i_org_id)) then

5306: raise no_txn_det_error;
5307: end if;
5308:
5309: l_stmt_num := 30;
5310: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data, i_org_id)) then
5311: l_wms_flg := 1;
5312: else
5313: l_wms_flg := 0;
5314: end if;

Line 7391: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,org_id))

7387:
7388: /*----------------------------------------------------------------------+
7389: -- set WMS flag
7390: +----------------------------------------------------------------------*/
7391: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,org_id))
7392: then
7393: wms_flg := 1;
7394: else
7395: wms_flg := 0;