DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on OE_SYSTEM_PARAMETERS

Line 255: oe_system_parameters ;

251: SELECT
252: org_id operating_unit,
253: master_organization_id
254: FROM
255: oe_system_parameters ;
256: /*
257: || End of bug 3792765
258: */
259:

Line 281: || then in that case get the operating unit and master organization id from the oe_system_parameters table

277: BEGIN
278: /*
279: || Start of bug 3792765
280: || IF the warehouse id i.e the invemtory organization id is null from the SAles order base apps form
281: || then in that case get the operating unit and master organization id from the oe_system_parameters table
282: */
283:
284: IF p_org_id IS NULL THEN
285: OPEN cur_get_master_org_id;