DBA Data[Home] [Help]

APPS.JTF_TERR_NA_MERGE_PUB dependencies on JTF_TTY_TERR_GROUPS

Line 231: FROM jtf_tty_terr_grp_accts tga, jtf_tty_terr_groups tg

227: WHERE party_id = p_party_id;
228:
229: CURSOR c_get_tga_details (p_na_id NUMBER) IS
230: SELECT tga.terr_group_account_id, tga.terr_group_id, tg.matching_rule_code
231: FROM jtf_tty_terr_grp_accts tga, jtf_tty_terr_groups tg
232: WHERE tga.terr_group_id = tg.terr_group_id
233: AND tga.named_account_id = p_na_id;
234:
235: BEGIN