DBA Data[Home] [Help]

APPS.AP_RECURRING_INVOICES_PKG dependencies on FND_PROFILE

Line 1417: TO_NUMBER(FND_PROFILE.VALUE('LOGIN_ID')), -- 2888897

1413: VALUES(
1414: C_invoice_id,
1415: P_last_update_date,
1416: P_last_updated_by,
1417: TO_NUMBER(FND_PROFILE.VALUE('LOGIN_ID')), -- 2888897
1418: P_vendor_id,
1419: P_invoice_num,
1420: P_invoice_amount,
1421: P_vendor_site_id,

Line 2032: l_user_id := FND_PROFILE.VALUE('USER_ID');

2028: BEGIN
2029:
2030: current_calling_sequence := 'Insert_Invoice_Line<-'||P_calling_sequence;
2031:
2032: l_user_id := FND_PROFILE.VALUE('USER_ID');
2033: l_login_id := FND_PROFILE.VALUE('LOGIN_ID');
2034:
2035: debug_info := 'Get line NUMBER for generation of line';
2036: l_invoice_line_number := AP_INVOICES_PKG.get_max_line_number(P_invoice_id) + 1;

Line 2033: l_login_id := FND_PROFILE.VALUE('LOGIN_ID');

2029:
2030: current_calling_sequence := 'Insert_Invoice_Line<-'||P_calling_sequence;
2031:
2032: l_user_id := FND_PROFILE.VALUE('USER_ID');
2033: l_login_id := FND_PROFILE.VALUE('LOGIN_ID');
2034:
2035: debug_info := 'Get line NUMBER for generation of line';
2036: l_invoice_line_number := AP_INVOICES_PKG.get_max_line_number(P_invoice_id) + 1;
2037: