DBA Data[Home] [Help]

APPS.WSMPVLDT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1622: from org_organization_definitions org

1618: from mtl_parameters mtl
1619: where mtl.organization_id = para.organization_id)
1620: and trunc(nvl(l_cur_wsmti_rec.transaction_date, sysdate)) <
1621: (select nvl(disable_date, sysdate + 1)
1622: from org_organization_definitions org
1623: where org.organization_id = para.organization_id) ;
1624:
1625: Exception
1626: When NO_DATA_FOUND Then

Line 4938: org_organization_definitions ood,

4934: SET wrji.error_message = l_fnd_generic_err_msg
4935: WHERE wrji.header_id = l_header_id
4936: and not exists (select 1
4937: from gl_code_combinations gcc,
4938: org_organization_definitions ood,
4939: wsm_split_merge_txn_interface txn
4940: where txn.organization_id = ood.organization_id
4941: and txn.header_id = wrji.header_id
4942: and txn.transaction_type_id IN