DBA Data[Home] [Help]

APPS.GR_RISK_COMBINATIONS_PKG dependencies on GR_RISK_PHRASES_B_PKG

Line 641: GR_risk_PHRASES_B_PKG.Check_Primary_Key

637:
638: /* Check the main risk phrase code first. */
639:
640: l_risk_phrase := p_risk_phrase_code;
641: GR_risk_PHRASES_B_PKG.Check_Primary_Key
642: (l_risk_phrase,
643: 'F',
644: l_rowid,
645: l_key_exists);

Line 660: GR_risk_PHRASES_B_PKG.Check_Primary_Key

656:
657: /* Now check the combination phrase */
658:
659: l_risk_phrase := p_risk_phrase_code_combo;
660: GR_risk_PHRASES_B_PKG.Check_Primary_Key
661: (l_risk_phrase,
662: 'F',
663: l_rowid,
664: l_key_exists);