DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS dependencies on PSA_BC_XLA_PUB

Line 1935: -- This procedure calls PSA_BC_XLA_PUB.Get_sla_notupgraded_flag

1931: -- API name : get_sla_notupgraded_flag
1932: -- Type : private
1933: -- Description : Returns Y/N depending on whether the distribution and associated
1934: -- budget are non upgraded
1935: -- This procedure calls PSA_BC_XLA_PUB.Get_sla_notupgraded_flag
1936: -- for both REQ/PO transaction and associated budget .Even if one them
1937: -- is not upgraded then this function will consider it as nonupgraded
1938: -- transaction and returns 'Y'.
1939: -- /*============================================================================+

Line 1963: IF PSA_BC_XLA_PUB.Get_sla_notupgraded_flag

1959:
1960: BEGIN
1961:
1962: -- Check if transaction is not upgraded
1963: IF PSA_BC_XLA_PUB.Get_sla_notupgraded_flag
1964: (p_application_id => p_application_id ,
1965: p_entity_code => p_entity_code,
1966: p_source_id_int_1 => p_document_header_id,
1967: p_dist_link_type => p_dist_link_type,