DBA Data[Home] [Help]

APPS.FA_TRANSACTION_HEADERS_PKG dependencies on FND_API

Line 406: FND_API.G_MISS_NUM, null,

402: SET
403: transaction_header_id
404: = decode(X_Transaction_Header_Id,
405: NULL, transaction_header_id,
406: FND_API.G_MISS_NUM, null,
407: X_Transaction_Header_Id),
408: book_type_code = decode(X_Book_Type_Code,
409: NULL, book_type_code,
410: FND_API.G_MISS_CHAR, null,

Line 410: FND_API.G_MISS_CHAR, null,

406: FND_API.G_MISS_NUM, null,
407: X_Transaction_Header_Id),
408: book_type_code = decode(X_Book_Type_Code,
409: NULL, book_type_code,
410: FND_API.G_MISS_CHAR, null,
411: X_Book_Type_Code),
412: asset_id = decode(X_Asset_Id,
413: NULL, asset_id,
414: FND_API.G_MISS_NUM, null,

Line 414: FND_API.G_MISS_NUM, null,

410: FND_API.G_MISS_CHAR, null,
411: X_Book_Type_Code),
412: asset_id = decode(X_Asset_Id,
413: NULL, asset_id,
414: FND_API.G_MISS_NUM, null,
415: X_Asset_Id),
416: transaction_type_code
417: = decode(X_Transaction_Type_Code,
418: NULL, transaction_type_code,

Line 419: FND_API.G_MISS_CHAR, null,

415: X_Asset_Id),
416: transaction_type_code
417: = decode(X_Transaction_Type_Code,
418: NULL, transaction_type_code,
419: FND_API.G_MISS_CHAR, null,
420: X_Transaction_Type_Code),
421: transaction_date_entered
422: = decode(X_Transaction_Date_Entered,
423: NULL, transaction_date_entered,

Line 433: FND_API.G_MISS_NUM, null,

429: NULL, last_update_date,
430: X_Last_Update_Date),
431: last_updated_by = decode(X_Last_Updated_By,
432: NULL, last_updated_by,
433: FND_API.G_MISS_NUM, null,
434: X_Last_Updated_By),
435: transaction_name = decode(X_Transaction_Name,
436: NULL, transaction_name,
437: FND_API.G_MISS_CHAR, null,

Line 437: FND_API.G_MISS_CHAR, null,

433: FND_API.G_MISS_NUM, null,
434: X_Last_Updated_By),
435: transaction_name = decode(X_Transaction_Name,
436: NULL, transaction_name,
437: FND_API.G_MISS_CHAR, null,
438: X_Transaction_Name),
439: invoice_transaction_id
440: = decode(X_Invoice_Transaction_Id,
441: NULL, invoice_transaction_id,

Line 442: FND_API.G_MISS_NUM, null,

438: X_Transaction_Name),
439: invoice_transaction_id
440: = decode(X_Invoice_Transaction_Id,
441: NULL, invoice_transaction_id,
442: FND_API.G_MISS_NUM, null,
443: X_Invoice_Transaction_Id),
444: source_transaction_header_id
445: = decode(X_Source_Transaction_Header_Id,
446: NULL, source_transaction_header_id,

Line 447: FND_API.G_MISS_NUM, null,

443: X_Invoice_Transaction_Id),
444: source_transaction_header_id
445: = decode(X_Source_Transaction_Header_Id,
446: NULL, source_transaction_header_id,
447: FND_API.G_MISS_NUM, null,
448: X_Source_Transaction_Header_Id),
449: mass_reference_id = decode(X_Mass_Reference_Id,
450: NULL, mass_reference_id,
451: FND_API.G_MISS_NUM, null,

Line 451: FND_API.G_MISS_NUM, null,

447: FND_API.G_MISS_NUM, null,
448: X_Source_Transaction_Header_Id),
449: mass_reference_id = decode(X_Mass_Reference_Id,
450: NULL, mass_reference_id,
451: FND_API.G_MISS_NUM, null,
452: X_Mass_Reference_Id),
453: last_update_login = decode(X_Last_Update_Login,
454: NULL, last_update_login,
455: FND_API.G_MISS_NUM, null,

Line 455: FND_API.G_MISS_NUM, null,

451: FND_API.G_MISS_NUM, null,
452: X_Mass_Reference_Id),
453: last_update_login = decode(X_Last_Update_Login,
454: NULL, last_update_login,
455: FND_API.G_MISS_NUM, null,
456: X_Last_Update_Login),
457: transaction_subtype
458: = decode(X_Transaction_Subtype,
459: NULL, transaction_subtype,

Line 460: FND_API.G_MISS_CHAR, null,

456: X_Last_Update_Login),
457: transaction_subtype
458: = decode(X_Transaction_Subtype,
459: NULL, transaction_subtype,
460: FND_API.G_MISS_CHAR, null,
461: X_Transaction_Subtype),
462: attribute1 = decode(X_Attribute1,
463: NULL, attribute1,
464: FND_API.G_MISS_CHAR, null,

Line 464: FND_API.G_MISS_CHAR, null,

460: FND_API.G_MISS_CHAR, null,
461: X_Transaction_Subtype),
462: attribute1 = decode(X_Attribute1,
463: NULL, attribute1,
464: FND_API.G_MISS_CHAR, null,
465: X_Attribute1),
466: attribute2 = decode(X_Attribute2,
467: NULL, attribute2,
468: FND_API.G_MISS_CHAR, null,

Line 468: FND_API.G_MISS_CHAR, null,

464: FND_API.G_MISS_CHAR, null,
465: X_Attribute1),
466: attribute2 = decode(X_Attribute2,
467: NULL, attribute2,
468: FND_API.G_MISS_CHAR, null,
469: X_Attribute2),
470: attribute3 = decode(X_Attribute3,
471: NULL, attribute3,
472: FND_API.G_MISS_CHAR, null,

Line 472: FND_API.G_MISS_CHAR, null,

468: FND_API.G_MISS_CHAR, null,
469: X_Attribute2),
470: attribute3 = decode(X_Attribute3,
471: NULL, attribute3,
472: FND_API.G_MISS_CHAR, null,
473: X_Attribute3),
474: attribute4 = decode(X_Attribute4,
475: NULL, attribute4,
476: FND_API.G_MISS_CHAR, null,

Line 476: FND_API.G_MISS_CHAR, null,

472: FND_API.G_MISS_CHAR, null,
473: X_Attribute3),
474: attribute4 = decode(X_Attribute4,
475: NULL, attribute4,
476: FND_API.G_MISS_CHAR, null,
477: X_Attribute4),
478: attribute5 = decode(X_Attribute5,
479: NULL, attribute5,
480: FND_API.G_MISS_CHAR, null,

Line 480: FND_API.G_MISS_CHAR, null,

476: FND_API.G_MISS_CHAR, null,
477: X_Attribute4),
478: attribute5 = decode(X_Attribute5,
479: NULL, attribute5,
480: FND_API.G_MISS_CHAR, null,
481: X_Attribute5),
482: attribute6 = decode(X_Attribute6,
483: NULL, attribute6,
484: FND_API.G_MISS_CHAR, null,

Line 484: FND_API.G_MISS_CHAR, null,

480: FND_API.G_MISS_CHAR, null,
481: X_Attribute5),
482: attribute6 = decode(X_Attribute6,
483: NULL, attribute6,
484: FND_API.G_MISS_CHAR, null,
485: X_Attribute6),
486: attribute7 = decode(X_Attribute7,
487: NULL, attribute7,
488: FND_API.G_MISS_CHAR, null,

Line 488: FND_API.G_MISS_CHAR, null,

484: FND_API.G_MISS_CHAR, null,
485: X_Attribute6),
486: attribute7 = decode(X_Attribute7,
487: NULL, attribute7,
488: FND_API.G_MISS_CHAR, null,
489: X_Attribute7),
490: attribute8 = decode(X_Attribute8,
491: NULL, attribute8,
492: FND_API.G_MISS_CHAR, null,

Line 492: FND_API.G_MISS_CHAR, null,

488: FND_API.G_MISS_CHAR, null,
489: X_Attribute7),
490: attribute8 = decode(X_Attribute8,
491: NULL, attribute8,
492: FND_API.G_MISS_CHAR, null,
493: X_Attribute8),
494: attribute9 = decode(X_Attribute9,
495: NULL, attribute9,
496: FND_API.G_MISS_CHAR, null,

Line 496: FND_API.G_MISS_CHAR, null,

492: FND_API.G_MISS_CHAR, null,
493: X_Attribute8),
494: attribute9 = decode(X_Attribute9,
495: NULL, attribute9,
496: FND_API.G_MISS_CHAR, null,
497: X_Attribute9),
498: attribute10 = decode(X_Attribute10,
499: NULL, attribute10,
500: FND_API.G_MISS_CHAR, null,

Line 500: FND_API.G_MISS_CHAR, null,

496: FND_API.G_MISS_CHAR, null,
497: X_Attribute9),
498: attribute10 = decode(X_Attribute10,
499: NULL, attribute10,
500: FND_API.G_MISS_CHAR, null,
501: X_Attribute10),
502: attribute11 = decode(X_Attribute11,
503: NULL, attribute11,
504: FND_API.G_MISS_CHAR, null,

Line 504: FND_API.G_MISS_CHAR, null,

500: FND_API.G_MISS_CHAR, null,
501: X_Attribute10),
502: attribute11 = decode(X_Attribute11,
503: NULL, attribute11,
504: FND_API.G_MISS_CHAR, null,
505: X_Attribute11),
506: attribute12 = decode(X_Attribute12,
507: NULL, attribute12,
508: FND_API.G_MISS_CHAR, null,

Line 508: FND_API.G_MISS_CHAR, null,

504: FND_API.G_MISS_CHAR, null,
505: X_Attribute11),
506: attribute12 = decode(X_Attribute12,
507: NULL, attribute12,
508: FND_API.G_MISS_CHAR, null,
509: X_Attribute12),
510: attribute13 = decode(X_Attribute13,
511: NULL, attribute13,
512: FND_API.G_MISS_CHAR, null,

Line 512: FND_API.G_MISS_CHAR, null,

508: FND_API.G_MISS_CHAR, null,
509: X_Attribute12),
510: attribute13 = decode(X_Attribute13,
511: NULL, attribute13,
512: FND_API.G_MISS_CHAR, null,
513: X_Attribute13),
514: attribute14 = decode(X_Attribute14,
515: NULL, attribute14,
516: FND_API.G_MISS_CHAR, null,

Line 516: FND_API.G_MISS_CHAR, null,

512: FND_API.G_MISS_CHAR, null,
513: X_Attribute13),
514: attribute14 = decode(X_Attribute14,
515: NULL, attribute14,
516: FND_API.G_MISS_CHAR, null,
517: X_Attribute14),
518: attribute15 = decode(X_Attribute15,
519: NULL, attribute15,
520: FND_API.G_MISS_CHAR, null,

Line 520: FND_API.G_MISS_CHAR, null,

516: FND_API.G_MISS_CHAR, null,
517: X_Attribute14),
518: attribute15 = decode(X_Attribute15,
519: NULL, attribute15,
520: FND_API.G_MISS_CHAR, null,
521: X_Attribute15),
522: attribute_category_code
523: = decode(X_Attribute_Category_Code,
524: NULL, attribute_category_code,

Line 525: FND_API.G_MISS_CHAR, null,

521: X_Attribute15),
522: attribute_category_code
523: = decode(X_Attribute_Category_Code,
524: NULL, attribute_category_code,
525: FND_API.G_MISS_CHAR, null,
526: X_Attribute_Category_Code),
527: transaction_key = decode(X_Transaction_Key,
528: NULL, transaction_key,
529: FND_API.G_MISS_CHAR, null,

Line 529: FND_API.G_MISS_CHAR, null,

525: FND_API.G_MISS_CHAR, null,
526: X_Attribute_Category_Code),
527: transaction_key = decode(X_Transaction_Key,
528: NULL, transaction_key,
529: FND_API.G_MISS_CHAR, null,
530: X_Transaction_Key),
531: amortization_start_date
532: = decode(X_Amortization_Start_Date,
533: NULL, amortization_start_date,

Line 537: FND_API.G_MISS_CHAR, null,

533: NULL, amortization_start_date,
534: X_Amortization_Start_Date),
535: calling_interface = decode(X_Calling_Interface,
536: NULL, calling_interface,
537: FND_API.G_MISS_CHAR, null,
538: X_Calling_Interface),
539: mass_transaction_id = decode(X_mass_transaction_id,
540: NULL, mass_transaction_id,
541: FND_API.G_MISS_NUM, null,

Line 541: FND_API.G_MISS_NUM, null,

537: FND_API.G_MISS_CHAR, null,
538: X_Calling_Interface),
539: mass_transaction_id = decode(X_mass_transaction_id,
540: NULL, mass_transaction_id,
541: FND_API.G_MISS_NUM, null,
542: X_Mass_transaction_id),
543: member_transaction_header_id = decode(X_Member_Transaction_Header_Id,
544: NULL, member_transaction_header_id,
545: FND_API.G_MISS_NUM, null,

Line 545: FND_API.G_MISS_NUM, null,

541: FND_API.G_MISS_NUM, null,
542: X_Mass_transaction_id),
543: member_transaction_header_id = decode(X_Member_Transaction_Header_Id,
544: NULL, member_transaction_header_id,
545: FND_API.G_MISS_NUM, null,
546: X_Member_Transaction_Header_Id),
547: trx_reference_id = decode(X_Trx_Reference_Id,
548: NULL, trx_reference_id,
549: FND_API.G_MISS_NUM, null,

Line 549: FND_API.G_MISS_NUM, null,

545: FND_API.G_MISS_NUM, null,
546: X_Member_Transaction_Header_Id),
547: trx_reference_id = decode(X_Trx_Reference_Id,
548: NULL, trx_reference_id,
549: FND_API.G_MISS_NUM, null,
550: X_Trx_Reference_Id),
551: event_id = decode(X_event_id,
552: NULL, event_id,
553: FND_API.G_MISS_NUM, null,

Line 553: FND_API.G_MISS_NUM, null,

549: FND_API.G_MISS_NUM, null,
550: X_Trx_Reference_Id),
551: event_id = decode(X_event_id,
552: NULL, event_id,
553: FND_API.G_MISS_NUM, null,
554: X_event_id)
555: WHERE rowid = X_Rowid;
556:
557: if (SQL%NOTFOUND) then