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 1298: X_Last_Updated_By => FND_GLOBAL.USER_ID,

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

Line 1309: X_Created_By => FND_GLOBAL.USER_ID,

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

Line 1311: X_Last_Update_Login => FND_GLOBAL.USER_ID,

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

Line 1450: x_created_by => FND_GLOBAL.User_Id,

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

Line 1452: x_last_updated_by => FND_GLOBAL.User_Id,

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

Line 1453: x_last_update_login => FND_GLOBAL.User_Id,

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

Line 1495: FND_GLOBAL.USER_ID,

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

Line 1496: FND_GLOBAL.USER_ID,

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