DBA Data[Home] [Help]

APPS.PAY_FI_MTRR dependencies on XDO_TEMPLATES_B

Line 74: from xdo_templates_b

70:
71: Cursor csr_get_data_source_name
72: is
73: select data_source_code
74: from xdo_templates_b
75: where template_code = p_template_name
76: and application_short_name = 'PAY';
77:
78: /* End of Cursors */