DBA Data[Home] [Help]

APPS.AP_CHECKS_PKG dependencies on AP_CHECKS_ALL

Line 665: FROM ap_checks_all

661: Relationship_Id,
662: Paycard_authorization_number,
663: Paycard_reference_id,
664: acknowledged_flag /* Added for NOEX */
665: FROM ap_checks_all
666: WHERE rowid = X_Rowid
667: FOR UPDATE of Check_Id NOWAIT;
668: Recinfo C%ROWTYPE;
669: current_calling_sequence VARCHAR2(2000);

Line 1252: FROM ap_checks_all

1248:
1249: debug_info := 'Retrieve existing status_lookup_code in the DB';
1250: SELECT status_lookup_code
1251: INTO l_old_status_lookup_code
1252: FROM ap_checks_all
1253: WHERE rowid = X_RowID;
1254:
1255: If (l_old_status_lookup_code = 'ISSUED' AND
1256: X_status_lookup_code = 'NEGOTIABLE')