DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_ORDER_PVT dependencies on FND_GLOBAL

Line 2927: OE_DEBUG_PUB.Add('p_requestor_id= '||TO_CHAR(fnd_global.employee_id));

2923: credit check level= '||x_credit_level);
2924:
2925: OE_DEBUG_PUB.Add('Parameters: ');
2926: OE_DEBUG_PUB.Add('-------------------------------------------');
2927: OE_DEBUG_PUB.Add('p_requestor_id= '||TO_CHAR(fnd_global.employee_id));
2928: OE_DEBUG_PUB.Add('p_review_type= ORDER_HOLD');
2929: OE_DEBUG_PUB.Add('p_credit_classification= NULL');
2930: OE_DEBUG_PUB.Add('p_requested_amount= '||TO_CHAR(l_total_exposure ));
2931: OE_DEBUG_PUB.Add('p_requested_currency= '||l_limit_curr_code);

Line 2970: , p_requestor_id => fnd_global.employee_id

2966: , x_msg_data => l_msg_data
2967: , p_application_number => NULL
2968: , p_application_date => SYSDATE
2969: , p_requestor_type => NULL
2970: , p_requestor_id => fnd_global.employee_id
2971: , p_review_type => 'ORDER_HOLD'
2972: , p_credit_classification => NULL
2973: , p_requested_amount => l_total_exposure
2974: , p_requested_currency => l_limit_curr_code