DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on WMS_INSTALL

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

865: -- layer for reaveraging and accounts for distbn to the Project.
866: -- The Exp - Exp case involves no entry. This is analogous to the exp - exp
867: -- subinv transfer case.
868:
869: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
870: l_wms_flg := 1;
871: else
872: l_wms_flg := 0;
873: end if;

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

1231: from wip_accounting_classes
1232: where class_code = l_acct_class
1233: and organization_id = i_org_id;
1234:
1235: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
1236: l_wms_flg := 1;
1237: else
1238: l_wms_flg := 0;
1239: end if;

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

1464: if (i_exp_item = 1) then
1465: return;
1466: end if;
1467:
1468: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
1469: l_wms_flg := 1;
1470: else
1471: l_wms_flg := 0;
1472: end if;

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

1669:
1670: l_debug := fnd_profile.value('MRP_DEBUG');
1671: -- Figure out expense subinventory.
1672:
1673: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
1674: l_wms_flg := 1;
1675: else
1676: l_wms_flg := 0;
1677: end if;

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

2454: where inventory_item_id = i_item_id
2455: and organization_id = i_org_id;
2456: end if;
2457:
2458: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,i_org_id)) then
2459: l_wms_flg := 1;
2460: else
2461: l_wms_flg := 0;
2462: end if;

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

2689: -- accounts.
2690:
2691: if (l_std_org = i_txn_org_id) then
2692:
2693: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,l_std_org)) then
2694: l_wms_flg := 1;
2695: else
2696: l_wms_flg := 0;
2697: end if;

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

5214: raise no_txn_det_error;
5215: end if;
5216:
5217: l_stmt_num := 30;
5218: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data, i_org_id)) then
5219: l_wms_flg := 1;
5220: else
5221: l_wms_flg := 0;
5222: end if;

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

7188:
7189: /*----------------------------------------------------------------------+
7190: -- set WMS flag
7191: +----------------------------------------------------------------------*/
7192: if(wms_install.check_install(l_return_status, l_msg_count, l_msg_data,org_id))
7193: then
7194: wms_flg := 1;
7195: else
7196: wms_flg := 0;