DBA Data[Home] [Help]

APPS.GR_PROCESS_DOCUMENTS_INSERTS dependencies on GR_LABELS_TL

Line 94: FROM gr_labels_tl lat,

90: /* Get the label description and print information */
91: CURSOR c_get_label_info IS
92: SELECT lab.data_position_indicator,
93: lat.label_description
94: FROM gr_labels_tl lat,
95: gr_labels_b lab
96: WHERE lab.label_code = l_label_code
97: AND lat.label_code = lab.label_code
98: AND lat.language = l_language_code;