DBA Data[Home] [Help]

APPS.CLN_NP_PROCESSOR_PKG dependencies on CLN_CH_DISPLAY_LABELS_DTL_TL

Line 1957: FROM CLN_CH_DISPLAY_LABELS_DTL_tl tl, CLN_CH_DISPLAY_LABELS_DTL_VL vl, CLN_CH_DISPLAY_LABELS_hdr hdr

1953: -- GET THE ATTRIBUTE COLUMN NAME
1954: BEGIN
1955: SELECT tl.display_label
1956: INTO l_attribute_col_value
1957: FROM CLN_CH_DISPLAY_LABELS_DTL_tl tl, CLN_CH_DISPLAY_LABELS_DTL_VL vl, CLN_CH_DISPLAY_LABELS_hdr hdr
1958: WHERE tl.guid = vl.guid
1959: AND parent_guid = hdr.guid
1960: AND collaboration_standard = l_collaboration_std
1961: AND application_id = l_application_id