DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS dependencies on PSA_BC_XLA_PUB

Line 1784: -- This procedure calls PSA_BC_XLA_PUB.Get_sla_notupgraded_flag

1780: -- API name : get_sla_notupgraded_flag
1781: -- Type : private
1782: -- Description : Returns Y/N depending on whether the distribution and associated
1783: -- budget are non upgraded
1784: -- This procedure calls PSA_BC_XLA_PUB.Get_sla_notupgraded_flag
1785: -- for both REQ/PO transaction and associated budget .Even if one them
1786: -- is not upgraded then this function will consider it as nonupgraded
1787: -- transaction and returns 'Y'.
1788: -- /*============================================================================+

Line 1812: IF PSA_BC_XLA_PUB.Get_sla_notupgraded_flag

1808:
1809: BEGIN
1810:
1811: -- Check if transaction is not upgraded
1812: IF PSA_BC_XLA_PUB.Get_sla_notupgraded_flag
1813: (p_application_id => p_application_id ,
1814: p_entity_code => p_entity_code,
1815: p_source_id_int_1 => p_document_header_id,
1816: p_dist_link_type => p_dist_link_type,