DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on AR_SYSTEM_PARAMETERS

Line 5913: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;

5909: /*Added for FP bug # 3647389*/
5910: l_cur_user_id NUMBER;
5911: l_cur_resp_id NUMBER;
5912: l_cur_appl_id NUMBER;
5913: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;
5914: --serla begin
5915: l_payment_type_code VARCHAR2(30);
5916: l_payment_trx_id NUMBER;
5917: l_receipt_method_id NUMBER;

Line 7052: FROM ar_system_parameters asp

7048:
7049: IF oe_code_control.code_release_level < '110510' THEN
7050: SELECT asp.default_territory
7051: INTO l_territory_code
7052: FROM ar_system_parameters asp
7053: WHERE nvl(asp.org_id, -3114) = nvl(p_line_rec.org_id, -3114);
7054: ELSE
7055: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params(p_line_rec.org_id);
7056: l_territory_code := l_AR_Sys_Param_Rec.default_territory;