DBA Data[Home] [Help]

APPS.GR_EXPOSURE_AUTHS_B_PKG dependencies on GR_ITEM_EXPOSURE

Line 583: FROM gr_item_exposure

579:
580: CURSOR c_get_item_exposure
581: IS
582: SELECT COUNT(*)
583: FROM gr_item_exposure
584: WHERE exposure_authority_code = p_exposure_authority_code;
585: ExposureRecord c_get_item_exposure%ROWTYPE;
586:
587: BEGIN

Line 603: l_msg_data := l_msg_data || ' gr_item_exposure';

599: CLOSE c_get_item_exposure;
600:
601: IF l_record_count <> 0 THEN
602: l_return_status := 'E';
603: l_msg_data := l_msg_data || ' gr_item_exposure';
604: END IF;
605: /*
606: ** Now sort out the error messaging
607: */