DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on FND_GLOBAL

Line 46: IF fnd_global.CONC_REQUEST_ID <> -1 THEN

42: p_debug_text,0,150));
43: END IF;
44:
45: -- if in a concurrent request, also add to the CP log
46: IF fnd_global.CONC_REQUEST_ID <> -1 THEN
47: FND_FILE.put_line(FND_FILE.LOG,
48: substr(RPAD(p_module,55)||' : '||
49: p_debug_text,0,150));
50: END IF;

Line 1297: X_Last_Updated_By => FND_GLOBAL.USER_ID,

1293: trunc(sysdate)),
1294: X_Check_Id => l_check_rec.check_id,
1295: X_Check_Number => l_next_check_number,
1296: X_Currency_Code => l_inv_rec.Pmt_Currency_code,
1297: X_Last_Updated_By => FND_GLOBAL.USER_ID,
1298: X_Last_Update_Date => SYSDATE,
1299: X_Payment_Type_Flag => p_payment_type_flag,
1300: X_Address_Line1 => l_apvs_rec.Address_Line1,
1301: X_Address_Line2 => l_apvs_rec.Address_Line2,

Line 1308: X_Created_By => FND_GLOBAL.USER_ID,

1304: X_Check_Format_Id => NULL,
1305: X_Check_Stock_Id => NULL,
1306: X_City => l_apvs_rec.City,
1307: X_Country => l_apvs_rec.Country,
1308: X_Created_By => FND_GLOBAL.USER_ID,
1309: X_Creation_Date => SYSDATE,
1310: X_Last_Update_Login => FND_GLOBAL.USER_ID,
1311: X_Status_Lookup_Code => l_check_rec.status_lookup_code,
1312: X_Vendor_Name => l_vendor_rec.vendor_name,

Line 1310: X_Last_Update_Login => FND_GLOBAL.USER_ID,

1306: X_City => l_apvs_rec.City,
1307: X_Country => l_apvs_rec.Country,
1308: X_Created_By => FND_GLOBAL.USER_ID,
1309: X_Creation_Date => SYSDATE,
1310: X_Last_Update_Login => FND_GLOBAL.USER_ID,
1311: X_Status_Lookup_Code => l_check_rec.status_lookup_code,
1312: X_Vendor_Name => l_vendor_rec.vendor_name,
1313: X_Vendor_Site_Code => l_apvs_rec.vendor_site_code,
1314: X_External_Bank_Account_Id => l_inv_rec.external_bank_account_id,

Line 1449: x_created_by => FND_GLOBAL.User_Id,

1445: x_matched_flag => NULL,
1446: x_rev_pmt_hist_id => NULL,
1447: x_org_id => l_inv_rec.org_id,
1448: x_creation_date => SYSDATE,
1449: x_created_by => FND_GLOBAL.User_Id,
1450: x_last_update_date => SYSDATE,
1451: x_last_updated_by => FND_GLOBAL.User_Id,
1452: x_last_update_login => FND_GLOBAL.User_Id,
1453: x_program_update_date => NULL,

Line 1451: x_last_updated_by => FND_GLOBAL.User_Id,

1447: x_org_id => l_inv_rec.org_id,
1448: x_creation_date => SYSDATE,
1449: x_created_by => FND_GLOBAL.User_Id,
1450: x_last_update_date => SYSDATE,
1451: x_last_updated_by => FND_GLOBAL.User_Id,
1452: x_last_update_login => FND_GLOBAL.User_Id,
1453: x_program_update_date => NULL,
1454: x_program_application_id => NULL,
1455: x_program_id => NULL,

Line 1452: x_last_update_login => FND_GLOBAL.User_Id,

1448: x_creation_date => SYSDATE,
1449: x_created_by => FND_GLOBAL.User_Id,
1450: x_last_update_date => SYSDATE,
1451: x_last_updated_by => FND_GLOBAL.User_Id,
1452: x_last_update_login => FND_GLOBAL.User_Id,
1453: x_program_update_date => NULL,
1454: x_program_application_id => NULL,
1455: x_program_id => NULL,
1456: x_request_id => NULL,

Line 1494: FND_GLOBAL.USER_ID,

1490: l_asp_rec.auto_calc_int_flag,
1491: l_vendor_rec.auto_calc_int_flag,
1492: l_asp_rec.set_of_books_id,
1493: null, -- future_pay_code_combination_id
1494: FND_GLOBAL.USER_ID,
1495: FND_GLOBAL.USER_ID,
1496: 'APXPAWKB',
1497: l_seq_num_profile,
1498: l_accounting_Event_id,

Line 1495: FND_GLOBAL.USER_ID,

1491: l_vendor_rec.auto_calc_int_flag,
1492: l_asp_rec.set_of_books_id,
1493: null, -- future_pay_code_combination_id
1494: FND_GLOBAL.USER_ID,
1495: FND_GLOBAL.USER_ID,
1496: 'APXPAWKB',
1497: l_seq_num_profile,
1498: l_accounting_Event_id,
1499: l_inv_rec.org_id);