DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on AR_SYSTEM_PARAMETERS

Line 5669: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;

5665: /*Added for FP bug # 3647389*/
5666: l_cur_user_id NUMBER;
5667: l_cur_resp_id NUMBER;
5668: l_cur_appl_id NUMBER;
5669: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;
5670: --serla begin
5671: l_payment_type_code VARCHAR2(30);
5672: l_payment_trx_id NUMBER;
5673: l_receipt_method_id NUMBER;

Line 6767: FROM ar_system_parameters asp

6763:
6764: IF oe_code_control.code_release_level < '110510' THEN
6765: SELECT asp.default_territory
6766: INTO l_territory_code
6767: FROM ar_system_parameters asp
6768: WHERE nvl(asp.org_id, -3114) = nvl(p_line_rec.org_id, -3114);
6769: ELSE
6770: l_AR_Sys_Param_Rec := OE_Sys_Parameters_Pvt.Get_AR_Sys_Params(p_line_rec.org_id);
6771: l_territory_code := l_AR_Sys_Param_Rec.default_territory;