DBA Data[Home] [Help]

APPS.PSB_WS_POS2 dependencies on PSB_SERVICE_PACKAGES

Line 562: from PSB_SERVICE_PACKAGES

558: where worksheet_id = p_worksheet_id;
559:
560: cursor c_SP is
561: select service_package_id
562: from PSB_SERVICE_PACKAGES
563: where base_service_package = 'Y'
564: and global_worksheet_id = l_global_worksheet_id;
565:
566: cursor c_BG is

Line 4572: from PSB_SERVICE_PACKAGES

4568: and end_stage_seq is null;
4569:
4570: cursor c_sp is
4571: select service_package_id
4572: from PSB_SERVICE_PACKAGES
4573: where global_worksheet_id = p_global_worksheet_id;
4574:
4575: BEGIN
4576: