DBA Data[Home] [Help]

APPS.AP_HOLDS_PKG dependencies on AP_DBI_PKG

Line 172: AP_DBI_PKG.Maintain_DBI_Summary

168:
169: END IF;
170:
171: --Bug 4539462 DBI logging
172: AP_DBI_PKG.Maintain_DBI_Summary
173: (p_table_name => 'AP_HOLDS',
174: p_operation => 'I',
175: p_key_value1 => X_invoice_id,
176: p_calling_sequence => current_calling_sequence);

Line 460: AP_DBI_PKG.Maintain_DBI_Summary

456: X_WF_Status)
457: WHERE rowid = X_Rowid;
458:
459: --Bug 4539462 DBI logging
460: AP_DBI_PKG.Maintain_DBI_Summary
461: (p_table_name => 'AP_HOLDS',
462: p_operation => 'U',
463: p_key_value1 => X_invoice_id,
464: p_calling_sequence => current_calling_sequence);

Line 588: AP_DBI_PKG.Maintain_DBI_Summary

584: Raise NO_DATA_FOUND;
585: end if;
586:
587: --Bug 4539462 DBI logging
588: AP_DBI_PKG.Maintain_DBI_Summary
589: (p_table_name => 'AP_HOLDS',
590: p_operation => 'D',
591: p_key_value1 => l_invoice_id,
592: p_calling_sequence => current_calling_sequence);

Line 703: AP_DBI_PKG.Maintain_DBI_Summary

699: AND hold_lookup_code = X_hold_lookup_code
700: AND release_lookup_code IS NULL);
701:
702: --Bug 4539462 DBI logging
703: AP_DBI_PKG.Maintain_DBI_Summary
704: (p_table_name => 'AP_HOLDS',
705: p_operation => 'I',
706: p_key_value1 => X_invoice_id,
707: p_calling_sequence => current_calling_sequence);

Line 784: AP_DBI_PKG.Maintain_DBI_Summary

780: AND release_lookup_code IS NULL
781: AND hold_lookup_code = X_hold_lookup_code;
782:
783: --Bug 4539462 DBI logging
784: AP_DBI_PKG.Maintain_DBI_Summary
785: (p_table_name => 'AP_HOLDS',
786: p_operation => 'U',
787: p_key_value1 => X_invoice_id,
788: p_calling_sequence => current_calling_sequence);

Line 907: AP_DBI_PKG.Maintain_DBI_Summary

903: 'DIST ACCT INVALID', 'ERV ACCT INVALID', 'LIAB ACCT INVALID')
904: AND H.release_lookup_code is null;
905:
906: --Bug 4539462 DBI logging
907: AP_DBI_PKG.Maintain_DBI_Summary
908: (p_table_name => 'AP_HOLDS',
909: p_operation => 'U',
910: p_key_value1 => X_invoice_id,
911: p_calling_sequence => current_calling_sequence);