DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on OE_SYSTEM_PARAMETERS

Line 287: oe_system_parameters ;

283: SELECT
284: org_id operating_unit,
285: master_organization_id
286: FROM
287: oe_system_parameters ;
288: /*
289: || End of bug 3792765
290: */
291:

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

309: BEGIN
310: /*
311: || Start of bug 3792765
312: || IF the warehouse id i.e the invemtory organization id is null from the SAles order base apps form
313: || then in that case get the operating unit and master organization id from the oe_system_parameters table
314: */
315:
316: IF p_org_id IS NULL THEN
317: OPEN cur_get_master_org_id;