DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on OE_SYSTEM_PARAMETERS

Line 2045: from oe_system_parameters ;

2041: and location_id = 0;
2042:
2043: cursor c_oe_system_params is
2044: select master_organization_id
2045: from oe_system_parameters ;
2046:
2047:
2048: lr_trx_rec c_trx_cur%rowtype;
2049: ln_hdr_exists number; --File.Sql.35 Cbabu := 0;

Line 4777: from oe_system_parameters ;

4773: and location_id = 0;
4774:
4775: cursor c_oe_system_params is
4776: select master_organization_id
4777: from oe_system_parameters ;
4778:
4779: lr_trx_rec c_trx_cur%rowtype;
4780: ln_hdr_exists number;
4781: ln_line_amount number;