DBA Data[Home] [Help]

APPS.PA_FP_MAINTAIN_ACTUAL_PUB dependencies on PA_UTILS

Line 186: PA_UTILS.ADD_MESSAGE

182: -- Orphaned workplan structures are those for which workplan
183: -- publishing has failed. A workplan structure is created but a
184: -- corresponding budget version does not exist in the system in such case.
185: WHEN no_data_found THEN
186: PA_UTILS.ADD_MESSAGE
187: ( p_app_short_name => 'PA',
188: p_msg_name => 'PA_FP_ORPHANED_STRUCT_ERR',
189: p_token1 => 'PROJECT_NUMBER',
190: p_value1 => P_PROJECT_ID_tab(ss1) );