DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_ACCT_GENERATOR

Line 729: Ozf_Acct_Generator.Start_Process (

725: END IF;
726:
727: IF l_bg_process_mode = 'Y' THEN
728: IF l_use_acct_gen = 'Y' THEN
729: Ozf_Acct_Generator.Start_Process (
730: p_api_version_number => 1.0,
731: p_init_msg_list => FND_API.G_FALSE,
732: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
733: x_return_status => x_return_status,

Line 753: l_ccid := Ozf_Acct_Generator.gl_post_account(

749: x_concat_ids => l_concat_ids,
750: x_concat_descrs => l_concat_descrs
751: );
752: ELSE
753: l_ccid := Ozf_Acct_Generator.gl_post_account(
754: p_api_version_number => 1.0,
755: p_account_type => p_account_type,
756: p_budget_id => l_acct_gen_tbl(i).budget_id,
757: x_msg_count => x_msg_count,