DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1741: FROM ap_system_parameters_all

1737: WHERE organization_id = cp_organization_id;
1738:
1739: CURSOR c_ap_system_parameters(cp_org_id IN NUMBER) IS
1740: SELECT disc_taken_code_combination_id
1741: FROM ap_system_parameters_all
1742: WHERE org_id = cp_org_id;
1743:
1744: ln_code_combination_id GL_CODE_COMBINATIONS.code_combination_id%TYPE;
1745:

Line 2518: FROM AP_SYSTEM_PARAMETERS_ALL

2514: CURSOR cur_get_exc_gain_acc_ap (p_org_id NUMBER)
2515: IS
2516: SELECT gain_code_combination_id,
2517: loss_code_combination_id
2518: FROM AP_SYSTEM_PARAMETERS_ALL
2519: WHERE org_id = p_org_id;
2520:
2521: ln_exc_gain_ccid NUMBER;
2522: ln_exc_loss_ccid NUMBER;