DBA Data[Home] [Help]

APPS.GMF_MTL_GET_ORG_ID dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 6: org_organization_definitions o

2: /* $Header: gmforgib.pls 115.1 2002/10/29 22:03:27 jdiiorio ship $ */
3: CURSOR cur_inv_get_org_code(st_date date, en_date date,
4: pm_lookup_cd varchar2, ship_to_loc_id number) IS
5: SELECT o.organization_code from
6: org_organization_definitions o
7: WHERE organization_id > 0;
8:
9: PROCEDURE proc_inv_get_org_id (
10: st_date in out nocopy date,