DBA Data[Home] [Help]

APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_GL_INTERFACE_PVT

Line 1776: OZF_GL_INTERFACE_PVT.Post_Claim_To_GL (

1772: -- Out Parameter and claim_class as IN Parameter
1773: IF ((l_claim_settle.source_object_class <> 'PPVENDOR'
1774: OR l_claim_settle.source_object_class <> 'PPINCVENDOR')
1775: OR l_claim_settle.source_object_class IS NULL) THEN
1776: OZF_GL_INTERFACE_PVT.Post_Claim_To_GL (
1777: p_api_version => 1.0,
1778: x_return_status => l_return_status,
1779: x_msg_data => x_msg_data,
1780: x_msg_count => x_msg_count,

Line 1837: OZF_GL_INTERFACE_PVT.Post_Claim_To_GL (

1833: -- ER#9382547 ChRM-SLA Uptake: Removed the Event_ID, x_clear_code_combination_id
1834: -- Out Parameter and claim_class as IN Parameter
1835: IF (l_claim_settle.source_object_class <> 'PPCUSTOMER'
1836: OR l_claim_settle.source_object_class IS NULL) THEN
1837: OZF_GL_INTERFACE_PVT.Post_Claim_To_GL (
1838: p_api_version => 1.0,
1839: x_return_status => l_return_status,
1840: x_msg_data => x_msg_data,
1841: x_msg_count => x_msg_count,

Line 1933: OZF_GL_INTERFACE_PVT.Post_Claim_To_GL (

1929: ELSIF l_claim_settle.payment_method = 'CONTRA_CHARGE' THEN
1930:
1931: -- ER#9382547 ChRM-SLA Uptake: Removed the Event_ID, x_clear_code_combination_id
1932: -- Out Parameter and claim_class as IN Parameter
1933: OZF_GL_INTERFACE_PVT.Post_Claim_To_GL (
1934: p_api_version => 1.0,
1935: x_return_status => l_return_status,
1936: x_msg_data => x_msg_data,
1937: x_msg_count => x_msg_count,