DBA Data[Home] [Help]

APPS.INV_DCP_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1191: FROM org_organization_definitions

1187: AND ITM.ORGANIZATION_ID = MMTT.TRANSFER_ORGANIZATION);
1188:
1189: CURSOR c_org(p_org_id in NUMBER) IS
1190: SELECT organization_code
1191: FROM org_organization_definitions
1192: WHERE organization_id = p_org_id;
1193:
1194: CURSOR c_trx_type(p_trx_type_id IN NUMBER) IS
1195: SELECT TRANSACTION_TYPE_NAME