DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_QUEUE_UTILS dependencies on AP_EXPENSE_REPORT_LINES_ALL

Line 74: SELECT count(1) INTO l_report_weight FROM ap_expense_report_lines_all

70: AP_EXPENSE_REPORT_HEADERS_ALL.REPORT_HEADER_ID%TYPE) RETURN NUMBER
71: IS
72: l_report_weight NUMBER := 0;
73: BEGIN
74: SELECT count(1) INTO l_report_weight FROM ap_expense_report_lines_all
75: WHERE report_header_id = p_report_header_id
76: AND (itemization_parent_id is null OR itemization_parent_id <> -1);
77:
78: RETURN(l_report_weight);