DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on AP_WEB_DB_PA_INT_PKG

Line 728: if not AP_WEB_DB_PA_INT_PKG.GetProjectInfo(to_number(l_item_id),

724: p_display_instr := 'N';
725: end if;
726:
727: if (l_item_class = C_PROJECT) then
728: if not AP_WEB_DB_PA_INT_PKG.GetProjectInfo(to_number(l_item_id),
729: l_project_number,
730: l_project_name) then
731: null;
732: end if;

Line 775: if not AP_WEB_DB_PA_INT_PKG.GetProjectInfo(to_number(l_item_id),

771: p_display_instr := 'N';
772: end if;
773:
774: if (l_item_class = C_PROJECT) then
775: if not AP_WEB_DB_PA_INT_PKG.GetProjectInfo(to_number(l_item_id),
776: l_project_number,
777: l_project_name) then
778: null;
779: end if;