DBA Data[Home] [Help]

APPS.GR_LABEL_PROPERTIES_PKG dependencies on GR_LABELS_B_PKG

Line 702: GR_LABELS_B_PKG.Check_Primary_Key

698:
699: /* Check the label code */
700:
701: l_key_exists := 'F';
702: GR_LABELS_B_PKG.Check_Primary_Key
703: (p_label_code,
704: 'F',
705: l_rowid,
706: l_key_exists);