DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PVT dependencies on GR_LABELS_B

Line 611: FROM gr_labels_b b,

607: /* Used to get the Technical Parameter Information */
608:
609: CURSOR check_tech_parm IS
610: SELECT b.label_code
611: FROM gr_labels_b b,
612: gr_labels_tl t
613: WHERE b.label_code = t.label_code
614: AND t.label_description = p_tech_parm_name
615: AND b.tech_parm = '1';

Line 617: l_label_code GR_LABELS_B.label_code%TYPE;

613: WHERE b.label_code = t.label_code
614: AND t.label_description = p_tech_parm_name
615: AND b.tech_parm = '1';
616:
617: l_label_code GR_LABELS_B.label_code%TYPE;
618: BEGIN
619: /* Check to see if the Technical Parameter is defined in Regulatory*/
620:
621: OPEN check_tech_parm;