DBA Data[Home] [Help]

APPS.XTR_MISC_P dependencies on XTR_CONFIRMATION_ACTIONS

Line 375: XTR_CONFIRMATION_ACTIONS b

371: --
372: cursor CHK_CONFO_REQD(l_party_code varchar2) is
373: select 1
374: from XTR_PARTIES_V a,
375: XTR_CONFIRMATION_ACTIONS b
376: where a.party_code= l_party_code
377: and a.confo_group_code = b. confo_action_group
378: and b.action_type = p_action_type
379: and b.confo_reqd = 'Y';