DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 2082: from ar_system_parameters_all

2078: l_org_id number;
2079:
2080: CURSOR get_fxgl_gain_ccid_csr( p_org_id in number ) is
2081: select code_combination_id_gain
2082: from ar_system_parameters_all
2083: where org_id = p_org_id;
2084:
2085: CURSOR get_fxgl_loss_ccid_csr( p_org_id in number ) is
2086: select code_combination_id_loss

Line 2087: from ar_system_parameters_all

2083: where org_id = p_org_id;
2084:
2085: CURSOR get_fxgl_loss_ccid_csr( p_org_id in number ) is
2086: select code_combination_id_loss
2087: from ar_system_parameters_all
2088: where org_id = p_org_id;
2089:
2090: CURSOR get_fxgl_amt_csr( p_claim_id in number) IS
2091: SELECT SUM(u.amount)