DBA Data[Home] [Help]

APPS.PO_REQ_DISTRIBUTIONS_PKG2 dependencies on FND_LOG

Line 223: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Id '||X_Distribution_Id ||' Database Distribution_Id '||Recinfo.Distribution_Id);

219: */
220:
221: IF (g_fnd_debug = 'Y') THEN
222: if (nvl(X_Distribution_Id,-999) <> nvl(Recinfo.Distribution_Id,-999) ) then
223: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Id '||X_Distribution_Id ||' Database Distribution_Id '||Recinfo.Distribution_Id);
224: end if;
225: if (nvl(X_requisition_Line_Id,-999) <> nvl(Recinfo.requisition_Line_Id,-999)) then
226: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form requisition_Line_Id '||X_requisition_Line_Id||' Database requisition_Line_Id '||Recinfo.requisition_Line_Id);
227: end if;

Line 226: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form requisition_Line_Id '||X_requisition_Line_Id||' Database requisition_Line_Id '||Recinfo.requisition_Line_Id);

222: if (nvl(X_Distribution_Id,-999) <> nvl(Recinfo.Distribution_Id,-999) ) then
223: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Id '||X_Distribution_Id ||' Database Distribution_Id '||Recinfo.Distribution_Id);
224: end if;
225: if (nvl(X_requisition_Line_Id,-999) <> nvl(Recinfo.requisition_Line_Id,-999)) then
226: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form requisition_Line_Id '||X_requisition_Line_Id||' Database requisition_Line_Id '||Recinfo.requisition_Line_Id);
227: end if;
228: if (nvl(X_Set_Of_Books_Id,-999) <> nvl( Recinfo.Set_Of_Books_Id,-999)) then
229: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Set_Of_Books_Id '||X_Set_Of_Books_Id ||' Database Set_Of_Books_Id '||Recinfo.Set_Of_Books_Id);
230: end if;

Line 229: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Set_Of_Books_Id '||X_Set_Of_Books_Id ||' Database Set_Of_Books_Id '||Recinfo.Set_Of_Books_Id);

225: if (nvl(X_requisition_Line_Id,-999) <> nvl(Recinfo.requisition_Line_Id,-999)) then
226: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form requisition_Line_Id '||X_requisition_Line_Id||' Database requisition_Line_Id '||Recinfo.requisition_Line_Id);
227: end if;
228: if (nvl(X_Set_Of_Books_Id,-999) <> nvl( Recinfo.Set_Of_Books_Id,-999)) then
229: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Set_Of_Books_Id '||X_Set_Of_Books_Id ||' Database Set_Of_Books_Id '||Recinfo.Set_Of_Books_Id);
230: end if;
231: if (nvl(X_Code_Combination_Id,-999) <> nvl( Recinfo.Code_Combination_Id,-999)) then
232: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Code_Combination_Id '||X_Code_Combination_Id ||' Database Code_Combination_Id '||Recinfo.Code_Combination_Id);
233: end if;

Line 232: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Code_Combination_Id '||X_Code_Combination_Id ||' Database Code_Combination_Id '||Recinfo.Code_Combination_Id);

228: if (nvl(X_Set_Of_Books_Id,-999) <> nvl( Recinfo.Set_Of_Books_Id,-999)) then
229: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Set_Of_Books_Id '||X_Set_Of_Books_Id ||' Database Set_Of_Books_Id '||Recinfo.Set_Of_Books_Id);
230: end if;
231: if (nvl(X_Code_Combination_Id,-999) <> nvl( Recinfo.Code_Combination_Id,-999)) then
232: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Code_Combination_Id '||X_Code_Combination_Id ||' Database Code_Combination_Id '||Recinfo.Code_Combination_Id);
233: end if;
234: if (nvl(X_Req_Line_Quantity ,-999) <> nvl( Recinfo.Req_Line_Quantity ,-999)) then
235: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Quantity '||X_Req_Line_Quantity ||' Database Req_Line_Quantity '||Recinfo.Req_Line_Quantity);
236: end if;

Line 235: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Quantity '||X_Req_Line_Quantity ||' Database Req_Line_Quantity '||Recinfo.Req_Line_Quantity);

231: if (nvl(X_Code_Combination_Id,-999) <> nvl( Recinfo.Code_Combination_Id,-999)) then
232: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Code_Combination_Id '||X_Code_Combination_Id ||' Database Code_Combination_Id '||Recinfo.Code_Combination_Id);
233: end if;
234: if (nvl(X_Req_Line_Quantity ,-999) <> nvl( Recinfo.Req_Line_Quantity ,-999)) then
235: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Quantity '||X_Req_Line_Quantity ||' Database Req_Line_Quantity '||Recinfo.Req_Line_Quantity);
236: end if;
237: if (nvl(X_Req_Line_Amount ,-999) <> nvl( Recinfo.Req_Line_Amount ,-999)) then
238: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Amount '||X_Req_Line_Amount ||' Database Req_Line_Amount '||Recinfo.Req_Line_Amount);
239: end if;

Line 238: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Amount '||X_Req_Line_Amount ||' Database Req_Line_Amount '||Recinfo.Req_Line_Amount);

234: if (nvl(X_Req_Line_Quantity ,-999) <> nvl( Recinfo.Req_Line_Quantity ,-999)) then
235: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Quantity '||X_Req_Line_Quantity ||' Database Req_Line_Quantity '||Recinfo.Req_Line_Quantity);
236: end if;
237: if (nvl(X_Req_Line_Amount ,-999) <> nvl( Recinfo.Req_Line_Amount ,-999)) then
238: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Amount '||X_Req_Line_Amount ||' Database Req_Line_Amount '||Recinfo.Req_Line_Amount);
239: end if;
240: if (nvl(X_Encumbered_Flag,'-999') <> nvl(Recinfo.Encumbered_Flag ,'-999')) then
241: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Flag '||X_Encumbered_Flag ||' Database Encumbered_Flag '||Recinfo.Encumbered_Flag);
242: end if;

Line 241: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Flag '||X_Encumbered_Flag ||' Database Encumbered_Flag '||Recinfo.Encumbered_Flag);

237: if (nvl(X_Req_Line_Amount ,-999) <> nvl( Recinfo.Req_Line_Amount ,-999)) then
238: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Req_Line_Amount '||X_Req_Line_Amount ||' Database Req_Line_Amount '||Recinfo.Req_Line_Amount);
239: end if;
240: if (nvl(X_Encumbered_Flag,'-999') <> nvl(Recinfo.Encumbered_Flag ,'-999')) then
241: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Flag '||X_Encumbered_Flag ||' Database Encumbered_Flag '||Recinfo.Encumbered_Flag);
242: end if;
243: if (trunc(X_Gl_Encumbered_Date) <> trunc(Recinfo.Gl_Encumbered_Date) ) then
244: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Date '||X_Gl_Encumbered_Date ||' Database Gl_Encumbered_Date '||Recinfo.Gl_Encumbered_Date);
245: end if;

Line 244: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Date '||X_Gl_Encumbered_Date ||' Database Gl_Encumbered_Date '||Recinfo.Gl_Encumbered_Date);

240: if (nvl(X_Encumbered_Flag,'-999') <> nvl(Recinfo.Encumbered_Flag ,'-999')) then
241: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Flag '||X_Encumbered_Flag ||' Database Encumbered_Flag '||Recinfo.Encumbered_Flag);
242: end if;
243: if (trunc(X_Gl_Encumbered_Date) <> trunc(Recinfo.Gl_Encumbered_Date) ) then
244: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Date '||X_Gl_Encumbered_Date ||' Database Gl_Encumbered_Date '||Recinfo.Gl_Encumbered_Date);
245: end if;
246: if (nvl(X_Gl_Encumbered_Period_Name,'-999') <> nvl(Recinfo.Gl_Encumbered_Period_Name,'-999')) then
247: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Period_Name '||X_Gl_Encumbered_Period_Name ||' Database Gl_Encumbered_Period_Name '||Recinfo.Gl_Encumbered_Period_Name);
248: end if;

Line 247: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Period_Name '||X_Gl_Encumbered_Period_Name ||' Database Gl_Encumbered_Period_Name '||Recinfo.Gl_Encumbered_Period_Name);

243: if (trunc(X_Gl_Encumbered_Date) <> trunc(Recinfo.Gl_Encumbered_Date) ) then
244: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Date '||X_Gl_Encumbered_Date ||' Database Gl_Encumbered_Date '||Recinfo.Gl_Encumbered_Date);
245: end if;
246: if (nvl(X_Gl_Encumbered_Period_Name,'-999') <> nvl(Recinfo.Gl_Encumbered_Period_Name,'-999')) then
247: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Period_Name '||X_Gl_Encumbered_Period_Name ||' Database Gl_Encumbered_Period_Name '||Recinfo.Gl_Encumbered_Period_Name);
248: end if;
249: if (trunc(X_Gl_Cancelled_Date) <> trunc(Recinfo.Gl_Cancelled_Date) ) then
250: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Cancelled_Date '||X_Gl_Cancelled_Date ||' Database Gl_Cancelled_Date '||Recinfo.Gl_Cancelled_Date);
251: end if;

Line 250: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Cancelled_Date '||X_Gl_Cancelled_Date ||' Database Gl_Cancelled_Date '||Recinfo.Gl_Cancelled_Date);

246: if (nvl(X_Gl_Encumbered_Period_Name,'-999') <> nvl(Recinfo.Gl_Encumbered_Period_Name,'-999')) then
247: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Encumbered_Period_Name '||X_Gl_Encumbered_Period_Name ||' Database Gl_Encumbered_Period_Name '||Recinfo.Gl_Encumbered_Period_Name);
248: end if;
249: if (trunc(X_Gl_Cancelled_Date) <> trunc(Recinfo.Gl_Cancelled_Date) ) then
250: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Cancelled_Date '||X_Gl_Cancelled_Date ||' Database Gl_Cancelled_Date '||Recinfo.Gl_Cancelled_Date);
251: end if;
252: if (nvl(X_Failed_Funds_Lookup_Code,'-999') <> nvl(Recinfo.Failed_Funds_Lookup_Code,'-999')) then
253: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Failed_Funds_Lookup_Code '||X_Failed_Funds_Lookup_Code ||' Database Failed_Funds_Lookup_Code '||Recinfo.Failed_Funds_Lookup_Code);
254: end if;

Line 253: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Failed_Funds_Lookup_Code '||X_Failed_Funds_Lookup_Code ||' Database Failed_Funds_Lookup_Code '||Recinfo.Failed_Funds_Lookup_Code);

249: if (trunc(X_Gl_Cancelled_Date) <> trunc(Recinfo.Gl_Cancelled_Date) ) then
250: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Cancelled_Date '||X_Gl_Cancelled_Date ||' Database Gl_Cancelled_Date '||Recinfo.Gl_Cancelled_Date);
251: end if;
252: if (nvl(X_Failed_Funds_Lookup_Code,'-999') <> nvl(Recinfo.Failed_Funds_Lookup_Code,'-999')) then
253: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Failed_Funds_Lookup_Code '||X_Failed_Funds_Lookup_Code ||' Database Failed_Funds_Lookup_Code '||Recinfo.Failed_Funds_Lookup_Code);
254: end if;
255: if (nvl(X_Encumbered_Amount,-999) <> nvl(Recinfo.Encumbered_Amount,-999)) then
256: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Amount '||X_Encumbered_Amount ||' Database Encumbered_Amount '||Recinfo.Encumbered_Amount);
257: end if;

Line 256: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Amount '||X_Encumbered_Amount ||' Database Encumbered_Amount '||Recinfo.Encumbered_Amount);

252: if (nvl(X_Failed_Funds_Lookup_Code,'-999') <> nvl(Recinfo.Failed_Funds_Lookup_Code,'-999')) then
253: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Failed_Funds_Lookup_Code '||X_Failed_Funds_Lookup_Code ||' Database Failed_Funds_Lookup_Code '||Recinfo.Failed_Funds_Lookup_Code);
254: end if;
255: if (nvl(X_Encumbered_Amount,-999) <> nvl(Recinfo.Encumbered_Amount,-999)) then
256: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Amount '||X_Encumbered_Amount ||' Database Encumbered_Amount '||Recinfo.Encumbered_Amount);
257: end if;
258: if (nvl(X_Budget_Account_Id,-999) <> nvl(Recinfo.Budget_Account_Id,-999)) then
259: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Budget_Account_Id '||X_Budget_Account_Id ||' Database Budget_Account_Id '||Recinfo.Budget_Account_Id);
260: end if;

Line 259: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Budget_Account_Id '||X_Budget_Account_Id ||' Database Budget_Account_Id '||Recinfo.Budget_Account_Id);

255: if (nvl(X_Encumbered_Amount,-999) <> nvl(Recinfo.Encumbered_Amount,-999)) then
256: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Encumbered_Amount '||X_Encumbered_Amount ||' Database Encumbered_Amount '||Recinfo.Encumbered_Amount);
257: end if;
258: if (nvl(X_Budget_Account_Id,-999) <> nvl(Recinfo.Budget_Account_Id,-999)) then
259: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Budget_Account_Id '||X_Budget_Account_Id ||' Database Budget_Account_Id '||Recinfo.Budget_Account_Id);
260: end if;
261: if (nvl(X_Accrual_Account_Id,-999) <> nvl(Recinfo.Accrual_Account_Id,-999) ) then
262: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Accrual_Account_Id '||X_Accrual_Account_Id ||' Database Accrual_Account_Id '||Recinfo.Accrual_Account_Id);
263: end if;

Line 262: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Accrual_Account_Id '||X_Accrual_Account_Id ||' Database Accrual_Account_Id '||Recinfo.Accrual_Account_Id);

258: if (nvl(X_Budget_Account_Id,-999) <> nvl(Recinfo.Budget_Account_Id,-999)) then
259: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Budget_Account_Id '||X_Budget_Account_Id ||' Database Budget_Account_Id '||Recinfo.Budget_Account_Id);
260: end if;
261: if (nvl(X_Accrual_Account_Id,-999) <> nvl(Recinfo.Accrual_Account_Id,-999) ) then
262: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Accrual_Account_Id '||X_Accrual_Account_Id ||' Database Accrual_Account_Id '||Recinfo.Accrual_Account_Id);
263: end if;
264: if (nvl(X_Variance_Account_Id ,-999) <> nvl(Recinfo.Variance_Account_Id,-999) ) then
265: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Variance_Account_Id '||X_Variance_Account_Id ||' Database Variance_Account_Id '||Recinfo.Variance_Account_Id);
266: end if;

Line 265: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Variance_Account_Id '||X_Variance_Account_Id ||' Database Variance_Account_Id '||Recinfo.Variance_Account_Id);

261: if (nvl(X_Accrual_Account_Id,-999) <> nvl(Recinfo.Accrual_Account_Id,-999) ) then
262: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Accrual_Account_Id '||X_Accrual_Account_Id ||' Database Accrual_Account_Id '||Recinfo.Accrual_Account_Id);
263: end if;
264: if (nvl(X_Variance_Account_Id ,-999) <> nvl(Recinfo.Variance_Account_Id,-999) ) then
265: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Variance_Account_Id '||X_Variance_Account_Id ||' Database Variance_Account_Id '||Recinfo.Variance_Account_Id);
266: end if;
267: if (nvl(X_Prevent_Encumbrance_Flag,'-999') <> nvl(Recinfo.Prevent_Encumbrance_Flag,'-999')) then
268: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Prevent_Encumbrance_Flag '||X_Prevent_Encumbrance_Flag||' Database Prevent_Encumbrance_Flag '||Recinfo.Prevent_Encumbrance_Flag);
269: end if;

Line 268: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Prevent_Encumbrance_Flag '||X_Prevent_Encumbrance_Flag||' Database Prevent_Encumbrance_Flag '||Recinfo.Prevent_Encumbrance_Flag);

264: if (nvl(X_Variance_Account_Id ,-999) <> nvl(Recinfo.Variance_Account_Id,-999) ) then
265: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Variance_Account_Id '||X_Variance_Account_Id ||' Database Variance_Account_Id '||Recinfo.Variance_Account_Id);
266: end if;
267: if (nvl(X_Prevent_Encumbrance_Flag,'-999') <> nvl(Recinfo.Prevent_Encumbrance_Flag,'-999')) then
268: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Prevent_Encumbrance_Flag '||X_Prevent_Encumbrance_Flag||' Database Prevent_Encumbrance_Flag '||Recinfo.Prevent_Encumbrance_Flag);
269: end if;
270: if (nvl(X_Attribute_Category,'-999') <> nvl( Recinfo.Attribute_Category,'-999')) then
271: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);
272: end if;

Line 271: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);

267: if (nvl(X_Prevent_Encumbrance_Flag,'-999') <> nvl(Recinfo.Prevent_Encumbrance_Flag,'-999')) then
268: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Prevent_Encumbrance_Flag '||X_Prevent_Encumbrance_Flag||' Database Prevent_Encumbrance_Flag '||Recinfo.Prevent_Encumbrance_Flag);
269: end if;
270: if (nvl(X_Attribute_Category,'-999') <> nvl( Recinfo.Attribute_Category,'-999')) then
271: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);
272: end if;
273: if (nvl(X_Attribute1,'-999') <> nvl( Recinfo.Attribute1,'-999')) then
274: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);
275: end if;

Line 274: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);

270: if (nvl(X_Attribute_Category,'-999') <> nvl( Recinfo.Attribute_Category,'-999')) then
271: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);
272: end if;
273: if (nvl(X_Attribute1,'-999') <> nvl( Recinfo.Attribute1,'-999')) then
274: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);
275: end if;
276: if (nvl(X_Attribute2,'-999') <> nvl( Recinfo.Attribute2,'-999')) then
277: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);
278: end if;

Line 277: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);

273: if (nvl(X_Attribute1,'-999') <> nvl( Recinfo.Attribute1,'-999')) then
274: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);
275: end if;
276: if (nvl(X_Attribute2,'-999') <> nvl( Recinfo.Attribute2,'-999')) then
277: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);
278: end if;
279: if (nvl(X_Attribute3,'-999') <> nvl( Recinfo.Attribute3,'-999')) then
280: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);
281: end if;

Line 280: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);

276: if (nvl(X_Attribute2,'-999') <> nvl( Recinfo.Attribute2,'-999')) then
277: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);
278: end if;
279: if (nvl(X_Attribute3,'-999') <> nvl( Recinfo.Attribute3,'-999')) then
280: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);
281: end if;
282: if (nvl(X_Attribute4,'-999') <> nvl( Recinfo.Attribute4,'-999')) then
283: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);
284: end if;

Line 283: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);

279: if (nvl(X_Attribute3,'-999') <> nvl( Recinfo.Attribute3,'-999')) then
280: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);
281: end if;
282: if (nvl(X_Attribute4,'-999') <> nvl( Recinfo.Attribute4,'-999')) then
283: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);
284: end if;
285: if (nvl(X_Attribute5,'-999') <> nvl( Recinfo.Attribute5,'-999')) then
286: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);
287: end if;

Line 286: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);

282: if (nvl(X_Attribute4,'-999') <> nvl( Recinfo.Attribute4,'-999')) then
283: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);
284: end if;
285: if (nvl(X_Attribute5,'-999') <> nvl( Recinfo.Attribute5,'-999')) then
286: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);
287: end if;
288: if (nvl(X_Attribute6,'-999') <> nvl( Recinfo.Attribute6,'-999')) then
289: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);
290: end if;

Line 289: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);

285: if (nvl(X_Attribute5,'-999') <> nvl( Recinfo.Attribute5,'-999')) then
286: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);
287: end if;
288: if (nvl(X_Attribute6,'-999') <> nvl( Recinfo.Attribute6,'-999')) then
289: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);
290: end if;
291: if (nvl(X_Attribute7,'-999') <> nvl( Recinfo.Attribute7,'-999')) then
292: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute7 '||X_Attribute7 ||' Database Attribute7 '||Recinfo.Attribute7);
293: end if;

Line 292: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute7 '||X_Attribute7 ||' Database Attribute7 '||Recinfo.Attribute7);

288: if (nvl(X_Attribute6,'-999') <> nvl( Recinfo.Attribute6,'-999')) then
289: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);
290: end if;
291: if (nvl(X_Attribute7,'-999') <> nvl( Recinfo.Attribute7,'-999')) then
292: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute7 '||X_Attribute7 ||' Database Attribute7 '||Recinfo.Attribute7);
293: end if;
294: if (nvl(X_Attribute8,'-999') <> nvl( Recinfo.Attribute8,'-999')) then
295: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute8 '||X_Attribute8 ||' Database Attribute8 '||Recinfo.Attribute8);
296: end if;

Line 295: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute8 '||X_Attribute8 ||' Database Attribute8 '||Recinfo.Attribute8);

291: if (nvl(X_Attribute7,'-999') <> nvl( Recinfo.Attribute7,'-999')) then
292: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute7 '||X_Attribute7 ||' Database Attribute7 '||Recinfo.Attribute7);
293: end if;
294: if (nvl(X_Attribute8,'-999') <> nvl( Recinfo.Attribute8,'-999')) then
295: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute8 '||X_Attribute8 ||' Database Attribute8 '||Recinfo.Attribute8);
296: end if;
297: if (nvl(X_Attribute9,'-999') <> nvl( Recinfo.Attribute9,'-999')) then
298: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute9 '||X_Attribute9 ||' Database Attribute9 '||Recinfo.Attribute9);
299: end if;

Line 298: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute9 '||X_Attribute9 ||' Database Attribute9 '||Recinfo.Attribute9);

294: if (nvl(X_Attribute8,'-999') <> nvl( Recinfo.Attribute8,'-999')) then
295: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute8 '||X_Attribute8 ||' Database Attribute8 '||Recinfo.Attribute8);
296: end if;
297: if (nvl(X_Attribute9,'-999') <> nvl( Recinfo.Attribute9,'-999')) then
298: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute9 '||X_Attribute9 ||' Database Attribute9 '||Recinfo.Attribute9);
299: end if;
300: if (nvl(X_Attribute10,'-999') <> nvl( Recinfo.Attribute10,'-999')) then
301: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute10 '||X_Attribute10 ||' Database Attribute10 '||Recinfo.Attribute10);
302: end if;

Line 301: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute10 '||X_Attribute10 ||' Database Attribute10 '||Recinfo.Attribute10);

297: if (nvl(X_Attribute9,'-999') <> nvl( Recinfo.Attribute9,'-999')) then
298: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute9 '||X_Attribute9 ||' Database Attribute9 '||Recinfo.Attribute9);
299: end if;
300: if (nvl(X_Attribute10,'-999') <> nvl( Recinfo.Attribute10,'-999')) then
301: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute10 '||X_Attribute10 ||' Database Attribute10 '||Recinfo.Attribute10);
302: end if;
303: if (nvl(X_Attribute11,'-999') <> nvl( Recinfo.Attribute11,'-999')) then
304: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute11 '||X_Attribute11 ||' Database Attribute11 '||Recinfo.Attribute11);
305: end if;

Line 304: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute11 '||X_Attribute11 ||' Database Attribute11 '||Recinfo.Attribute11);

300: if (nvl(X_Attribute10,'-999') <> nvl( Recinfo.Attribute10,'-999')) then
301: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute10 '||X_Attribute10 ||' Database Attribute10 '||Recinfo.Attribute10);
302: end if;
303: if (nvl(X_Attribute11,'-999') <> nvl( Recinfo.Attribute11,'-999')) then
304: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute11 '||X_Attribute11 ||' Database Attribute11 '||Recinfo.Attribute11);
305: end if;
306: if (nvl(X_Attribute12,'-999') <> nvl( Recinfo.Attribute12,'-999')) then
307: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute12 '||X_Attribute12 ||' Database Attribute12 '||Recinfo.Attribute12);
308: end if;

Line 307: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute12 '||X_Attribute12 ||' Database Attribute12 '||Recinfo.Attribute12);

303: if (nvl(X_Attribute11,'-999') <> nvl( Recinfo.Attribute11,'-999')) then
304: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute11 '||X_Attribute11 ||' Database Attribute11 '||Recinfo.Attribute11);
305: end if;
306: if (nvl(X_Attribute12,'-999') <> nvl( Recinfo.Attribute12,'-999')) then
307: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute12 '||X_Attribute12 ||' Database Attribute12 '||Recinfo.Attribute12);
308: end if;
309: if (nvl(X_Attribute13,'-999') <> nvl( Recinfo.Attribute13,'-999')) then
310: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute13 '||X_Attribute13 ||' Database Attribute13 '||Recinfo.Attribute13);
311: end if;

Line 310: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute13 '||X_Attribute13 ||' Database Attribute13 '||Recinfo.Attribute13);

306: if (nvl(X_Attribute12,'-999') <> nvl( Recinfo.Attribute12,'-999')) then
307: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute12 '||X_Attribute12 ||' Database Attribute12 '||Recinfo.Attribute12);
308: end if;
309: if (nvl(X_Attribute13,'-999') <> nvl( Recinfo.Attribute13,'-999')) then
310: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute13 '||X_Attribute13 ||' Database Attribute13 '||Recinfo.Attribute13);
311: end if;
312: if (nvl(X_Attribute14,'-999') <> nvl( Recinfo.Attribute14,'-999')) then
313: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute14 '||X_Attribute14 ||' Database Attribute14 '||Recinfo.Attribute14);
314: end if;

Line 313: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute14 '||X_Attribute14 ||' Database Attribute14 '||Recinfo.Attribute14);

309: if (nvl(X_Attribute13,'-999') <> nvl( Recinfo.Attribute13,'-999')) then
310: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute13 '||X_Attribute13 ||' Database Attribute13 '||Recinfo.Attribute13);
311: end if;
312: if (nvl(X_Attribute14,'-999') <> nvl( Recinfo.Attribute14,'-999')) then
313: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute14 '||X_Attribute14 ||' Database Attribute14 '||Recinfo.Attribute14);
314: end if;
315: if (nvl(X_Attribute15,'-999') <> nvl( Recinfo.Attribute15,'-999')) then
316: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute15 '||X_Attribute15 ||' Database Attribute15 '||Recinfo.Attribute15);
317: end if;

Line 316: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute15 '||X_Attribute15 ||' Database Attribute15 '||Recinfo.Attribute15);

312: if (nvl(X_Attribute14,'-999') <> nvl( Recinfo.Attribute14,'-999')) then
313: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute14 '||X_Attribute14 ||' Database Attribute14 '||Recinfo.Attribute14);
314: end if;
315: if (nvl(X_Attribute15,'-999') <> nvl( Recinfo.Attribute15,'-999')) then
316: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute15 '||X_Attribute15 ||' Database Attribute15 '||Recinfo.Attribute15);
317: end if;
318: if (nvl(X_Government_Context,'-999') <> nvl( Recinfo.Government_Context,'-999')) then
319: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Government_Context '||X_Government_Context ||' Database Government_Context '||Recinfo.Government_Context);
320: end if;

Line 319: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Government_Context '||X_Government_Context ||' Database Government_Context '||Recinfo.Government_Context);

315: if (nvl(X_Attribute15,'-999') <> nvl( Recinfo.Attribute15,'-999')) then
316: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Attribute15 '||X_Attribute15 ||' Database Attribute15 '||Recinfo.Attribute15);
317: end if;
318: if (nvl(X_Government_Context,'-999') <> nvl( Recinfo.Government_Context,'-999')) then
319: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Government_Context '||X_Government_Context ||' Database Government_Context '||Recinfo.Government_Context);
320: end if;
321: if (nvl(X_Project_Id ,-999) <> nvl( Recinfo.Project_Id ,-999)) then
322: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Id '||X_Project_Id ||' Database Project_Id '||Recinfo.Project_Id);
323: end if;

Line 322: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Id '||X_Project_Id ||' Database Project_Id '||Recinfo.Project_Id);

318: if (nvl(X_Government_Context,'-999') <> nvl( Recinfo.Government_Context,'-999')) then
319: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Government_Context '||X_Government_Context ||' Database Government_Context '||Recinfo.Government_Context);
320: end if;
321: if (nvl(X_Project_Id ,-999) <> nvl( Recinfo.Project_Id ,-999)) then
322: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Id '||X_Project_Id ||' Database Project_Id '||Recinfo.Project_Id);
323: end if;
324: if (nvl(X_Task_Id,-999) <> nvl( Recinfo.Task_Id,-999)) then
325: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Task_Id '||X_Task_Id ||' Database Task_Id '||Recinfo.Task_Id);
326: end if;

Line 325: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Task_Id '||X_Task_Id ||' Database Task_Id '||Recinfo.Task_Id);

321: if (nvl(X_Project_Id ,-999) <> nvl( Recinfo.Project_Id ,-999)) then
322: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Id '||X_Project_Id ||' Database Project_Id '||Recinfo.Project_Id);
323: end if;
324: if (nvl(X_Task_Id,-999) <> nvl( Recinfo.Task_Id,-999)) then
325: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Task_Id '||X_Task_Id ||' Database Task_Id '||Recinfo.Task_Id);
326: end if;
327: if (nvl(X_Expenditure_Type,'-999') <> nvl( Recinfo.Expenditure_Type,'-999')) then
328: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Type '||X_Expenditure_Type ||' Database Expenditure_Type '||Recinfo.Expenditure_Type);
329: end if;

Line 328: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Type '||X_Expenditure_Type ||' Database Expenditure_Type '||Recinfo.Expenditure_Type);

324: if (nvl(X_Task_Id,-999) <> nvl( Recinfo.Task_Id,-999)) then
325: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Task_Id '||X_Task_Id ||' Database Task_Id '||Recinfo.Task_Id);
326: end if;
327: if (nvl(X_Expenditure_Type,'-999') <> nvl( Recinfo.Expenditure_Type,'-999')) then
328: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Type '||X_Expenditure_Type ||' Database Expenditure_Type '||Recinfo.Expenditure_Type);
329: end if;
330: if (nvl(X_Project_Accounting_Context,'-999') <> nvl( Recinfo.Project_Accounting_Context,'-999')) then
331: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Accounting_Context '||X_Project_Accounting_Context ||' Database Project_Accounting_Context '||Recinfo.Project_Accounting_Context);
332: end if;

Line 331: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Accounting_Context '||X_Project_Accounting_Context ||' Database Project_Accounting_Context '||Recinfo.Project_Accounting_Context);

327: if (nvl(X_Expenditure_Type,'-999') <> nvl( Recinfo.Expenditure_Type,'-999')) then
328: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Type '||X_Expenditure_Type ||' Database Expenditure_Type '||Recinfo.Expenditure_Type);
329: end if;
330: if (nvl(X_Project_Accounting_Context,'-999') <> nvl( Recinfo.Project_Accounting_Context,'-999')) then
331: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Accounting_Context '||X_Project_Accounting_Context ||' Database Project_Accounting_Context '||Recinfo.Project_Accounting_Context);
332: end if;
333: if (nvl(X_Expenditure_Organization_Id,-999) <> nvl( Recinfo.Expenditure_Organization_Id ,-999)) then
334: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Organization_Id '||X_Expenditure_Organization_Id ||' Database Expenditure_Organization_Id '||Recinfo.Expenditure_Organization_Id);
335: end if;

Line 334: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Organization_Id '||X_Expenditure_Organization_Id ||' Database Expenditure_Organization_Id '||Recinfo.Expenditure_Organization_Id);

330: if (nvl(X_Project_Accounting_Context,'-999') <> nvl( Recinfo.Project_Accounting_Context,'-999')) then
331: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Accounting_Context '||X_Project_Accounting_Context ||' Database Project_Accounting_Context '||Recinfo.Project_Accounting_Context);
332: end if;
333: if (nvl(X_Expenditure_Organization_Id,-999) <> nvl( Recinfo.Expenditure_Organization_Id ,-999)) then
334: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Organization_Id '||X_Expenditure_Organization_Id ||' Database Expenditure_Organization_Id '||Recinfo.Expenditure_Organization_Id);
335: end if;
336: if (trunc(X_Gl_Closed_Date) <> trunc(Recinfo.Gl_Closed_Date) ) then
337: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Closed_Date '||X_Gl_Closed_Date ||' Database Gl_Closed_Date '||Recinfo.Gl_Closed_Date);
338: end if;

Line 337: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Closed_Date '||X_Gl_Closed_Date ||' Database Gl_Closed_Date '||Recinfo.Gl_Closed_Date);

333: if (nvl(X_Expenditure_Organization_Id,-999) <> nvl( Recinfo.Expenditure_Organization_Id ,-999)) then
334: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Organization_Id '||X_Expenditure_Organization_Id ||' Database Expenditure_Organization_Id '||Recinfo.Expenditure_Organization_Id);
335: end if;
336: if (trunc(X_Gl_Closed_Date) <> trunc(Recinfo.Gl_Closed_Date) ) then
337: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Closed_Date '||X_Gl_Closed_Date ||' Database Gl_Closed_Date '||Recinfo.Gl_Closed_Date);
338: end if;
339: if (nvl(X_Source_Req_Distribution_Id,-999) <> nvl(Recinfo.Source_Req_Distribution_Id,-999) ) then
340: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Source_Req_Distribution_Id '||X_Source_Req_Distribution_Id ||' Database Source_Req_Distribution_Id '||Recinfo.Source_Req_Distribution_Id);
341: end if;

Line 340: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Source_Req_Distribution_Id '||X_Source_Req_Distribution_Id ||' Database Source_Req_Distribution_Id '||Recinfo.Source_Req_Distribution_Id);

336: if (trunc(X_Gl_Closed_Date) <> trunc(Recinfo.Gl_Closed_Date) ) then
337: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Gl_Closed_Date '||X_Gl_Closed_Date ||' Database Gl_Closed_Date '||Recinfo.Gl_Closed_Date);
338: end if;
339: if (nvl(X_Source_Req_Distribution_Id,-999) <> nvl(Recinfo.Source_Req_Distribution_Id,-999) ) then
340: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Source_Req_Distribution_Id '||X_Source_Req_Distribution_Id ||' Database Source_Req_Distribution_Id '||Recinfo.Source_Req_Distribution_Id);
341: end if;
342: if (nvl(X_Distribution_Num,-999) <> nvl( Recinfo.Distribution_Num,-999)) then
343: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Num '||X_Distribution_Num ||' Database Distribution_Num '||Recinfo.Distribution_Num);
344: end if;

Line 343: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Num '||X_Distribution_Num ||' Database Distribution_Num '||Recinfo.Distribution_Num);

339: if (nvl(X_Source_Req_Distribution_Id,-999) <> nvl(Recinfo.Source_Req_Distribution_Id,-999) ) then
340: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Source_Req_Distribution_Id '||X_Source_Req_Distribution_Id ||' Database Source_Req_Distribution_Id '||Recinfo.Source_Req_Distribution_Id);
341: end if;
342: if (nvl(X_Distribution_Num,-999) <> nvl( Recinfo.Distribution_Num,-999)) then
343: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Num '||X_Distribution_Num ||' Database Distribution_Num '||Recinfo.Distribution_Num);
344: end if;
345: if (nvl(X_Project_Related_flag,'-999') <> nvl(Recinfo.Project_Related_flag ,'-999')) then
346: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Related_flag '||X_Project_Related_flag ||' Database Project_Related_flag '||Recinfo.Project_Related_flag);
347: end if;

Line 346: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Related_flag '||X_Project_Related_flag ||' Database Project_Related_flag '||Recinfo.Project_Related_flag);

342: if (nvl(X_Distribution_Num,-999) <> nvl( Recinfo.Distribution_Num,-999)) then
343: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Distribution_Num '||X_Distribution_Num ||' Database Distribution_Num '||Recinfo.Distribution_Num);
344: end if;
345: if (nvl(X_Project_Related_flag,'-999') <> nvl(Recinfo.Project_Related_flag ,'-999')) then
346: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Related_flag '||X_Project_Related_flag ||' Database Project_Related_flag '||Recinfo.Project_Related_flag);
347: end if;
348: if ( trunc(X_Expenditure_Item_Date) <> trunc(Recinfo.Expenditure_Item_Date) ) then
349: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Item_Date '||X_Expenditure_Item_Date ||' Database Expenditure_Item_Date '||Recinfo.Expenditure_Item_Date);
350: end if;

Line 349: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Item_Date '||X_Expenditure_Item_Date ||' Database Expenditure_Item_Date '||Recinfo.Expenditure_Item_Date);

345: if (nvl(X_Project_Related_flag,'-999') <> nvl(Recinfo.Project_Related_flag ,'-999')) then
346: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Project_Related_flag '||X_Project_Related_flag ||' Database Project_Related_flag '||Recinfo.Project_Related_flag);
347: end if;
348: if ( trunc(X_Expenditure_Item_Date) <> trunc(Recinfo.Expenditure_Item_Date) ) then
349: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Item_Date '||X_Expenditure_Item_Date ||' Database Expenditure_Item_Date '||Recinfo.Expenditure_Item_Date);
350: end if;
351: if (nvl(X_End_Item_Unit_Number,-999) <> nvl(Recinfo.End_Item_Unit_Number,-999)) then
352: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form End_Item_Unit_Number '||X_End_Item_Unit_Number ||' Database End_Item_Unit_Number '||Recinfo.End_Item_Unit_Number);
353: end if;

Line 352: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form End_Item_Unit_Number '||X_End_Item_Unit_Number ||' Database End_Item_Unit_Number '||Recinfo.End_Item_Unit_Number);

348: if ( trunc(X_Expenditure_Item_Date) <> trunc(Recinfo.Expenditure_Item_Date) ) then
349: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Expenditure_Item_Date '||X_Expenditure_Item_Date ||' Database Expenditure_Item_Date '||Recinfo.Expenditure_Item_Date);
350: end if;
351: if (nvl(X_End_Item_Unit_Number,-999) <> nvl(Recinfo.End_Item_Unit_Number,-999)) then
352: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form End_Item_Unit_Number '||X_End_Item_Unit_Number ||' Database End_Item_Unit_Number '||Recinfo.End_Item_Unit_Number);
353: end if;
354: if (nvl(X_Recovery_Rate,-999) <> nvl(Recinfo.Recovery_Rate,-999)) then
355: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Recovery_Rate '||X_Recovery_Rate ||' Database Recovery_Rate '||Recinfo.Recovery_Rate);
356: end if;

Line 355: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Recovery_Rate '||X_Recovery_Rate ||' Database Recovery_Rate '||Recinfo.Recovery_Rate);

351: if (nvl(X_End_Item_Unit_Number,-999) <> nvl(Recinfo.End_Item_Unit_Number,-999)) then
352: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form End_Item_Unit_Number '||X_End_Item_Unit_Number ||' Database End_Item_Unit_Number '||Recinfo.End_Item_Unit_Number);
353: end if;
354: if (nvl(X_Recovery_Rate,-999) <> nvl(Recinfo.Recovery_Rate,-999)) then
355: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Recovery_Rate '||X_Recovery_Rate ||' Database Recovery_Rate '||Recinfo.Recovery_Rate);
356: end if;
357: if (nvl(X_Tax_Recovery_Override_Flag,'-999') <> nvl(Recinfo.Tax_Recovery_Override_Flag ,'-999')) then
358: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Tax_Recovery_Override_Flag '||X_Tax_Recovery_Override_Flag ||' Database Tax_Recovery_Override_Flag '||Recinfo.Tax_Recovery_Override_Flag);
359: end if;

Line 358: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Tax_Recovery_Override_Flag '||X_Tax_Recovery_Override_Flag ||' Database Tax_Recovery_Override_Flag '||Recinfo.Tax_Recovery_Override_Flag);

354: if (nvl(X_Recovery_Rate,-999) <> nvl(Recinfo.Recovery_Rate,-999)) then
355: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Recovery_Rate '||X_Recovery_Rate ||' Database Recovery_Rate '||Recinfo.Recovery_Rate);
356: end if;
357: if (nvl(X_Tax_Recovery_Override_Flag,'-999') <> nvl(Recinfo.Tax_Recovery_Override_Flag ,'-999')) then
358: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Tax_Recovery_Override_Flag '||X_Tax_Recovery_Override_Flag ||' Database Tax_Recovery_Override_Flag '||Recinfo.Tax_Recovery_Override_Flag);
359: end if;
360: END IF;
361:
362: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');