DBA Data[Home] [Help]

APPS.OZF_QP_QUAL_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1951: FROM org_organization_definitions ood, oe_gl_sets_of_books_v ogs

1947:
1948:
1949: CURSOR c_cost_price_curr_csr(p_organization_id NUMBER)IS
1950: SELECT ogs.currency_code
1951: FROM org_organization_definitions ood, oe_gl_sets_of_books_v ogs
1952: WHERE ood.organization_id = p_organization_id
1953: AND ood.set_of_books_id = ogs.set_of_books_id;
1954:
1955: