DBA Data[Home] [Help]

APPS.PO_VMI_ENABLED dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 46: l_sob_id org_organization_definitions.set_of_books_id%TYPE; --bug 3648672

42:
43: --constant
44: c_api_name constant varchar(30) := 'CHECK_VMI_ENABLED';
45: v_temp varchar2(1) :=NULL;
46: l_sob_id org_organization_definitions.set_of_books_id%TYPE; --bug 3648672
47:
48:
49: BEGIN
50: x_return_status := fnd_api.g_ret_sts_success ;

Line 83: FROM org_organization_definitions OOD

79: -- move this query out of below query for performance
80: -- bug 3648672
81: SELECT set_of_books_id
82: INTO l_sob_id
83: FROM org_organization_definitions OOD
84: WHERE OOD.organization_id = p_organization_id;
85:
86: select 'Y' INTO v_temp from dual where exists
87: (