DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORIES_PKG dependencies on GR_ITEM_GENERAL_PKG

Line 1076: GR_ITEM_GENERAL_PKG.Check_Primary_Key

1072:
1073: /* Check the item code */
1074:
1075: l_key_exists := 'T';
1076: GR_ITEM_GENERAL_PKG.Check_Primary_Key
1077: (p_item_code,
1078: 'F',
1079: l_rowid,
1080: l_key_exists);