DBA Data[Home] [Help]

APPS.HXC_PROJ_MANAGER_APPROVAL_PKG dependencies on STANDARD

Line 427: /* Checking if the standard Special ELA Style already exists. If it exists it returns the approval_style_id of the Special ELA Approval Style */

423: open csr_get_recipient_id;
424: Fetch csr_get_recipient_id into l_time_recipient_id;
425: close csr_get_recipient_id;
426:
427: /* Checking if the standard Special ELA Style already exists. If it exists it returns the approval_style_id of the Special ELA Approval Style */
428:
429: OPEN g_csr_get_approval_style;
430: FETCH g_csr_get_approval_style into l_approval_style_id;
431: