DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_CORE_S

Line 144: PO_CORE_S.get_period_name(

140: x_po_distribution_record.source_distribution_id := NULL;
141:
142: -- Use SYSDATE for GL date on new dist
143: If (x_po_distribution_record.gl_encumbered_date IS NOT NULL) Then
144: PO_CORE_S.get_period_name(
145: x_sob_id => x_sob_id
146: , x_period => x_po_distribution_record.gl_encumbered_period_name
147: , x_gl_date => x_po_distribution_record.gl_encumbered_date
148: );