DBA Data[Home] [Help]

APPS.PMI_COST_ANALZ_PACK dependencies on GL_PLCY_MST

Line 977: currency_v gl_plcy_mst.base_currency_code%TYPE := null;

973: FUNCTION gmca_whse_currency(
974: whse_code_vi IN ic_whse_mst.whse_code%TYPE)
975: RETURN VARCHAR2
976: IS
977: currency_v gl_plcy_mst.base_currency_code%TYPE := null;
978: CURSOR whse_currency_cur(
979: whse_code_vi IN ic_whse_mst.whse_code%TYPE)
980: IS
981: SELECT base_currency_code

Line 983: gl_plcy_mst p,

979: whse_code_vi IN ic_whse_mst.whse_code%TYPE)
980: IS
981: SELECT base_currency_code
982: FROM
983: gl_plcy_mst p,
984: sy_orgn_mst o,
985: ic_whse_mst w
986: WHERE
987: w.whse_code = whse_code_vi