DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on AP_WEB_DB_PA_INT_PKG

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

718: p_display_instr := 'N';
719: end if;
720:
721: if (l_item_class = C_PROJECT) then
722: if not AP_WEB_DB_PA_INT_PKG.GetProjectInfo(to_number(l_item_id),
723: l_project_number,
724: l_project_name) then
725: null;
726: end if;

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

765: p_display_instr := 'N';
766: end if;
767:
768: if (l_item_class = C_PROJECT) then
769: if not AP_WEB_DB_PA_INT_PKG.GetProjectInfo(to_number(l_item_id),
770: l_project_number,
771: l_project_name) then
772: null;
773: end if;