DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_CUST_WF dependencies on AP_WEB_DB_EXPLINE_PKG

Line 933: IF ( AP_WEB_DB_EXPLINE_PKG.ContainsProjectRelatedLine(

929: ------------------------------------------------------------
930: l_contains_project_line := 'N';
931: l_contains_non_project_line := 'N';
932: IF (l_session_project_enabled = 'Y') THEN
933: IF ( AP_WEB_DB_EXPLINE_PKG.ContainsProjectRelatedLine(
934: l_report_header_id) ) THEN
935: l_contains_project_line := 'Y';
936: END IF;
937: END IF;

Line 939: IF ( AP_WEB_DB_EXPLINE_PKG.ContainsNonProjectRelatedLine(

935: l_contains_project_line := 'Y';
936: END IF;
937: END IF;
938:
939: IF ( AP_WEB_DB_EXPLINE_PKG.ContainsNonProjectRelatedLine(
940: l_report_header_id) ) THEN
941: l_contains_non_project_line := 'Y';
942: END IF;
943:

Line 1022: if (AP_WEB_DB_EXPLINE_PKG.GetNoOfBothPayPersonalLines(l_report_header_id,l_num_personal_lines)) then null; end if;

1018: */
1019:
1020: --AMMISHRA - Both Pay Personal Only Lines project.
1021:
1022: if (AP_WEB_DB_EXPLINE_PKG.GetNoOfBothPayPersonalLines(l_report_header_id,l_num_personal_lines)) then null; end if;
1023: ----------------------------------------------------------------
1024: l_debug_info := 'Retrieve Profile Option Payment Due From';
1025: ----------------------------------------------------------------
1026: IF (NOT AP_WEB_DB_EXPRPT_PKG.getPaymentDueFromReport(l_report_header_id,l_payment)) THEN