DBA Data[Home] [Help]

APPS.AP_WEB_OA_DISC_PKG dependencies on AP_WEB_PROJECT_PKG

Line 185: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(

181: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_DISC_PKG', l_debug_info);
182: ------------------------------------------------------
183: -- Determine whether project enabled
184:
185: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(
186: p_empid, l_userId,
187: l_IsSessionProjectEnabled);
188:
189: -- Get organization ID for employee if project enabled

Line 785: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_report_lines_info(p_rec_count).project_id,

781: p_return_error_message OUT NOCOPY VARCHAR2,
782: p_procedure_billable_flag OUT NOCOPY VARCHAR2
783: ) IS
784: BEGIN
785: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_report_lines_info(p_rec_count).project_id,
786: p_task_id => p_report_lines_info(p_rec_count).task_id,
787: p_ei_date => p_ei_date,
788: p_expenditure_type => p_report_lines_info(p_rec_count).expenditure_type,
789: p_non_labor_resource => NULL,

Line 880: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(

876: ------------------------------------------------------
877: l_debug_info := 'Verify that the user is a projects user';
878: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_DISC_PKG', l_debug_info);
879: ------------------------------------------------------
880: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(
881: p_employee_id, p_user_id,
882: l_IsSessionProjectEnabled);
883:
884: IF ( l_IsSessionProjectEnabled = C_No ) THEN

Line 905: AP_WEB_PROJECT_PKG.GetExpenditureTypeMapping(p_report_lines_info(rec_count).parameter_id,

901: ------------------------------------------------------
902: l_debug_info := 'Get the expenditure type for receipt '|| to_char(rec_count);
903: AP_WEB_UTILITIES_PKG.logStatement('AP_WEB_OA_DISC_PKG', l_debug_info);
904: ------------------------------------------------------
905: AP_WEB_PROJECT_PKG.GetExpenditureTypeMapping(p_report_lines_info(rec_count).parameter_id,
906: l_pa_expenditure_type);
907:
908: -- If the expenditure type is not null
909: IF (l_pa_expenditure_type IS NOT NULL) THEN