DBA Data[Home] [Help]

APPS.AP_RECURRING_INVOICES_PKG dependencies on FND_PROFILE

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

1389: VALUES(
1390: C_invoice_id,
1391: P_last_update_date,
1392: P_last_updated_by,
1393: TO_NUMBER(FND_PROFILE.VALUE('LOGIN_ID')), -- 2888897
1394: P_vendor_id,
1395: P_invoice_num,
1396: P_invoice_amount,
1397: P_vendor_site_id,

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

2002: BEGIN
2003:
2004: current_calling_sequence := 'Insert_Invoice_Line<-'||P_calling_sequence;
2005:
2006: l_user_id := FND_PROFILE.VALUE('USER_ID');
2007: l_login_id := FND_PROFILE.VALUE('LOGIN_ID');
2008:
2009: debug_info := 'Get line NUMBER for generation of line';
2010: l_invoice_line_number := AP_INVOICES_PKG.get_max_line_number(P_invoice_id) + 1;

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

2003:
2004: current_calling_sequence := 'Insert_Invoice_Line<-'||P_calling_sequence;
2005:
2006: l_user_id := FND_PROFILE.VALUE('USER_ID');
2007: l_login_id := FND_PROFILE.VALUE('LOGIN_ID');
2008:
2009: debug_info := 'Get line NUMBER for generation of line';
2010: l_invoice_line_number := AP_INVOICES_PKG.get_max_line_number(P_invoice_id) + 1;
2011: